Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.19 KB

ReadMe.md

File metadata and controls

29 lines (20 loc) · 1.19 KB

Version 7 of Zren's i18n scripts.

New Translations

Fill out template.pot with your translations then open a new issue, name the file with the extension .txt, attach the txt file to the issue (drag and drop).

Or if you know how to make a pull request:

Copy the template.pot file to ./po directory and name it your locale's code (Eg: en/de/fr) with the extension .po. Then fill out all the msgstr "".

Scripts

  • sh ./merge will parse the i18n() calls in the *.qml files and write it to the template.pot file. Then it will merge any changes into the *.po language files.
  • sh ./build will convert the *.po files to it's binary *.mo version and move it to contents/locale/...

Links

Status

Locale Lines % Done
Template 191
de 191/191 100%
fr 191/191 100%
ko 112/191 58%
nl 191/191 100%
ru 191/191 100%