-
Notifications
You must be signed in to change notification settings - Fork 31
6. Translations
Uros Preloznik edited this page May 3, 2017
·
20 revisions
To translate this project into new langauge follow this instructions. You will have to prepare pull request for committing translations to main repository.
- Original QWC Translations are still used (most of the strings), but file was split into separate files for each language. Located at - /client/site/js/lang/. Modify or add new file if needed.
- Check if your language exists in core Ext JS locale files /admin/languages/locale/. If it's is not, then copy one of the languages and translate it.
- Copy one language in /admin/languages/ to your language name (2 letter code) and translate all text.
- Copy your country flag image (16x16 PNG) to /admin/#dialog/img/flags and insert line into /admin/#dialog/css/flags.css
- Insert new language in /admin/languages/_lang.js.
TODO