-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
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-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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed