presik_pos/doc/translation_guide.rst

20 lines
276 B
ReStructuredText
Raw Normal View History

2020-04-19 17:54:08 +02:00
# Three steps for translating Qt App
From main directory:
1. Clean obsolete translations:
pylupdate5 -noobsolete project.pro
2. Do translate .ts file, opening linguist tool:
/usr/lib/qt5/bin/linguist
3. Release translation
lrelease app/locale/i18n_es.ts
2020-04-19 17:54:08 +02:00