Available translations
Instructions
Let's say you want to add translations for French, you can proceed as follows:
- Fork the lbi-gui repository
- Install
devel/py-qt5-pyqt and devel/qt5-linguist
cd to src/lbi-gui
- Add
locale/lbi-gui_fr.ts to TRANSLATIONS in lbi-gui.pro, and commit: git commit -m 'Add French translations.' lbi-gui.pro
- Run
make lupdate to generate locale/lbi-gui_fr.ts
- Run
/usr/local/lib/qt5/bin/linguist locale/lbi-gui_fr.ts to write your translations.
- Add the file to the repo:
git add locale/lbi-gui_fr.ts && git commit -m 'Add French translation file.'
- Send a pull request.
Available translations
Instructions
Let's say you want to add translations for French, you can proceed as follows:
devel/py-qt5-pyqtanddevel/qt5-linguistcdtosrc/lbi-guilocale/lbi-gui_fr.tstoTRANSLATIONSinlbi-gui.pro, and commit:git commit -m 'Add French translations.' lbi-gui.promake lupdateto generatelocale/lbi-gui_fr.ts/usr/local/lib/qt5/bin/linguist locale/lbi-gui_fr.tsto write your translations.git add locale/lbi-gui_fr.ts && git commit -m 'Add French translation file.'