Snipaste Translations
- 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.
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.
(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!
Language | Code | Status | Contributors |
---|---|---|---|
Chinese (Simplified) | zh_cn | 📕 v2.3.2 | liulex |
Chinese (Traditional) | zh_tw | 📖 v2.3 | zhtw, Brownsugar |
German | de_de | 📖 v2.3 | 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.3 | Igor Rückert |
Polish | pl_pl | 📖 v2.3 | Wirus deleted my username, mbiesiad |
Dutch | nl_nl | 📖 v2.3 | Stephan Paternotte |
Portuguese (Portugal) | pt_pt | 📖 v2.3 | Luis Neves |
Vietnamese | vi_vn | 📖 v1.11.3 | evildeepblue |
French | fr_fr | 📖 v2.3 | 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.3 | enriquedfa |
Korean | ko | 📖 v2.3 | 박경태 |
Czech | cs_cz | 📖 v1.11.3 | Štěpán Hašler |
If you need any help, feel free to create an issue. I will help you.