NomadBSD
NomadBSD copied to clipboard
TO DO: Add translations to nomadbsd-chusr
Available translations
- Czech
- German
Instructions
Let's say you want to add translations for French, you can proceed as follows:
- Fork the NomadBSD repository
- Install
devel/py-qt5-pyqtanddevel/qt5-linguist cdtosrc/nomadbsd-chusr- Add
locale/nomadbsd-chusr_fr.tstoTRANSLATIONSinnomadbsd-chusr.pro, and commit:git commit -m 'Add French translations.' nomadbsd-chusr.pro - Run
make lupdateto generatelocale/nomadbsd-chusr_fr.ts - Run
/usr/local/lib/qt5/bin/linguist locale/nomadbsd-chusr_fr.tsto 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.