Open
Description
Available translations
- Czech
- German
Instructions
Let's say you want to add translations for French, you can proceed as follows:
- Fork the nomadbsd-chusr repository
- Install
devel/py-qt5-pyqt
anddevel/qt5-linguist
cd
tosrc/nomadbsd-chusr
- Add
locale/nomadbsd-chusr_fr.ts
toTRANSLATIONS
innomadbsd-chusr.pro
, and commit:git commit -m 'Add French translations.' nomadbsd-chusr.pro
- Run
make lupdate
to generatelocale/nomadbsd-chusr_fr.ts
- Run
/usr/local/lib/qt5/bin/linguist locale/nomadbsd-chusr_fr.ts
to write your translations. - Add the file to the repo:
git add locale/nomadbsd-chusr_fr.ts && git commit -m 'Add French translation file.'
- Send a pull request.