NomadBSD
NomadBSD copied to clipboard
TO DO: Add translations to nomadbsd-adduser-gui
Available translations
- French
- German
- Indonesian
- Russian
- Spanish
Instructions
Let's say you want to add translations for Russian, you can proceed as follows:
- Install
devel/qt5-linguistanddevel/qt5-linguisttools cdtosrc/nomadbsd-adduser-gui- Add
locale/$${PROGRAM}_ru.tstoTRANSLATIONSinnomadbsd-adduser-gui.pro, and commit:git commit -m 'Add Russian translations.' nomadbsd-adduser-gui.pro - Execute
lupdate nomadbsd-adduser-gui.pro - Run
linguist locale/nomadbsd-adduser-gui_ru.ts - Add the file to the repo:
git add locale/nomadbsd-adduser-gui_ru.ts && git commit -m 'Add Russian translation file.' - Add
<file>locale/nomadbsd-adduser-gui_ru.qm</file>to theresources.qrc, and commit:git commit -m 'Add Russian translation file.' resources.qrc - Send a pull request.
Added spanish in PR #58
Hello Marcel,
I will make Turkish translation for NomadBSD Adduser GUI.