NomadBSD
NomadBSD copied to clipboard
TO DO: Add translations to src/nomadbsd-install-gui
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-linguist
anddevel/qt5-linguisttools
-
cd
tosrc/nomadbsd-install-gui
- Add
locale/$${PROGRAM}_ru.ts
toTRANSLATIONS
innomadbsd-install-gui.pro
, and commit:git commit -m 'Add Russian translations.' nomadbsd-install-gui.pro
- Execute
lupdate nomadbsd-install-gui.pro
- Run
linguist locale/nomadbsd-install-gui_ru.ts
- Add the file to the repo:
git add locale/nomadbsd-install-gui_ru.ts && git commit -m 'Add Russian translation file.'
- Add
<file>locale/nomadbsd-install-gui_ru.qm</file>
to theresources.qrc
, and commit:git commit -m 'Add Russian translation file.' resources.qrc
- Send a pull request.
Hello Marcel,
I will make Turkish translation for NomadBSD Install GUI.