NomadBSD
NomadBSD copied to clipboard
TO DO: Add translations to nomadbsd-dmconfig
Available translations
- Czech
- French
- German
- Indonesian
- Russian
Instructions
Let's say you want to add translations for Russian, you can proceed as follows:
- Install
devel/qt5-linguistanddevel/qt5-linguisttools cdtosrc/nomadbsd-dmconfig- Add
locale/$${PROGRAM}_ru.tstoTRANSLATIONSinnomadbsd-dmconfig-gui.pro, and commit:git commit -m 'Add Russian translations.' nomadbsd-dmconfig-gui.pro - Execute
/usr/local/lib/qt5/bin/linguist nomadbsd-dmconfig-gui.pro - Run
linguist locale/nomadbsd-dmconfig-gui_ru.ts - Add the file to the repo:
git add locale/nomadbsd-dmconfig-gui_ru.ts && git commit -m 'Add Russian translation file.' - Add
<file>locale/nomadbsd-dmconfig-gui_ru.qm</file>to theresources.qrc, and commit:git commit -m 'Add Russian translation file.' resources.qrc - Send a pull request.
On step 3 and 4, update nomadbsd-dmconfig.pro to nomadbsd-dmconfig-gui.pro.
Updated. Thanks.
Hello Marcel,
I will make Turkish translation for NomadBSD dmconfig.