Open mrclksr opened 2 years ago
Let's say you want to add translations for French, you can proceed as follows:
devel/py-qt5-pyqt
devel/qt5-linguist
cd
src/nomadbsd-chusr
locale/nomadbsd-chusr_fr.ts
TRANSLATIONS
nomadbsd-chusr.pro
git commit -m 'Add French translations.' nomadbsd-chusr.pro
make lupdate
/usr/local/lib/qt5/bin/linguist locale/nomadbsd-chusr_fr.ts
git add locale/nomadbsd-chusr_fr.ts && git commit -m 'Add French translation file.'
Hello Marcel,
I will make Turkish translation for NomadBSD chusr.
Available translations
Instructions
Let's say you want to add translations for French, you can proceed as follows:
devel/py-qt5-pyqt
anddevel/qt5-linguist
cd
tosrc/nomadbsd-chusr
locale/nomadbsd-chusr_fr.ts
toTRANSLATIONS
innomadbsd-chusr.pro
, and commit:git commit -m 'Add French translations.' nomadbsd-chusr.pro
make lupdate
to generatelocale/nomadbsd-chusr_fr.ts
/usr/local/lib/qt5/bin/linguist locale/nomadbsd-chusr_fr.ts
to write your translations.git add locale/nomadbsd-chusr_fr.ts && git commit -m 'Add French translation file.'