Snipaste Translations
How to contribute
- Translate (see below for instructions).
- Send a pull request.
- If you don't know how to send a pull request:
- Create an issue and tell me where I can download your translation.
- Or, you may just email the language files to snipaste.app@gmail.com.
- If you don't know how to send a pull request:
- Tell me your name (or id) and link as a contributor.
- Your translation will be included in the next version of Snipaste.
How to translate
Though you may open the .ts files with a text editor, I strongly recommend you to translate them using Qt Linguist.
For your convenience, I have prepared the portable packages of Qt Linguist:
Basic steps to translate using Qt Linguist:
Tip: You may open multiple .ts files of different languages (such as zh_cn.ts
and zh_tw.ts
) in the same window, used for reference.
Note: Each language has two .ts files.
For example, for Simplified Chinese, the related files are qt_zh_cn.ts
and zh_cn.ts
.
qt_zh_cn.ts
contains strings from Qt's source code and only needs to be translated once.zh_cn.ts
is from Snipaste's source code and will change with each release of Snipaste.
How to add a new language
(Suppose your language code is xyz
.)
- Download
qt_new.ts
and rename it toqt_xyz.ts
. - Open
qt_xyz.ts
with your favorite text editor, replace the 3rd line with<TS version="2.1" language="xyz">
, save and quit. - Translate
qt_xyz.ts
using Qt Linguist. - Download
new.ts
and rename it toxyz.ts
. - Repeat Step 2 and 3 for
xyz.ts
. - Done!
Status
Language | Code | Status | Contributors |
---|---|---|---|
Chinese (Simplified) | zh_cn | π v2.2.2 | liulex |
Chinese (Traditional) | zh_tw | π v2.2.2 | zhtw, Brownsugar |
German | de_de | π v2.2.2 | Samuel Marcius |
Greek | el_gr | π v2.2.2 | geogeo.gr |
Swedish | sv | π v1.14 | Γ ke Engelbrektson |
Japanese | ja_jp | π v2.2 | ι³³ε°ι’γ«γ, Sayori Studio |
Portuguese (Brazil) | pt_br | π v2.2.2 | Igor RΓΌckert |
Polish | pl_pl | π v1.11.3 | Wirus deleted my username |
Dutch | nl_nl | π v2.2.2 | Stephan Paternotte |
Portuguese (Portugal) | pt_pt | π v2.2.2 | Luis Neves |
Vietnamese | vi_vn | π v1.11.3 | evildeepblue |
French | fr_fr | π v2.2.2 | rico-sos |
Russian | ru | π v1.14 | vanja-san |
Arabic | ar_jo | π v2.2.2 | MFM Dawdeh |
Turkish | tr_tr | π v2.2.2 | mthryilmaz |
Serbian | sr | π v2.2 | ozzii.translate |
Spanish (Mexico) | es_mx | π v2.0.1 | enriquedfa |
Korean | ko | π v2.2 | λ°κ²½ν |
Czech | cs_cz | π v1.11.3 | Ε tΔpΓ‘n HaΕ‘ler |
Contact
If you need any help, feel free to create an issue. I will help you.