Skip to content

Latest commit

 

History

History
69 lines (54 loc) · 3.72 KB

README.md

File metadata and controls

69 lines (54 loc) · 3.72 KB

Snipaste Translations

How to contribute

  • Translate (see below for instructions).
  • 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:

linguist_basic

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.)

  1. Download qt_new.ts and rename it to qt_xyz.ts.
  2. Open qt_xyz.ts with your favorite text editor, replace the 3rd line with <TS version="2.1" language="xyz">, save and quit.
  3. Translate qt_xyz.ts using Qt Linguist.
  4. Download new.ts and rename it to xyz.ts.
  5. Repeat Step 2 and 3 for xyz.ts.
  6. Done!

Status

Language Code Status Contributors
Chinese (Simplified) zh_cn 📕 v2.1.1 liulex
Chinese (Traditional) zh_tw 📕 v2.1.1 zhtw
German de_de 📕 v2.1.1 Samuel Marcius
Greek el_gr 📕 v2.1.1 geogeo.gr
Swedish sv 📖 v1.14 Åke Engelbrektson
Japanese ja_jp 📕 v2.1.1 鳳凰院カミ, Sayori Studio
Portuguese (Brazil) pt_br 📕 v2.1.1 Igor Rückert
Polish pl_pl 📖 v1.11.3 Wirus deleted my username
Dutch nl_nl 📕 v2.1.1 Stephan Paternotte
Portuguese (Portugal) pt_pt 📕 v2.1.1 Luis Neves
Vietnamese vi_vn 📖 v1.11.3 evildeepblue
French fr_fr 📕 v2.1.1 rico-sos
Russian ru 📖 v1.14 vanja-san
Arabic ar_jo 📕 v2.1.1 MFMDawdeh
Turkish tr_tr 📕 v2.1.1 mthryilmaz
Serbian sr 📕 v2.1.1 ozzii.translate
Spanish (Mexico) es_mx 📖 v2.0.1 enriquedfa

Contact

If you need any help, feel free to create an issue. I will help you.