NomadBSD
NomadBSD copied to clipboard
TO DO: Add translations to the new setup menu
Available translations
- Czech
- French
- German
- Indonesian
- Russian
- Turkish
Instructions
Let's say you want to add translations for Russian, you can proceed as follows:
- Install
devel/qt5-linguistanddevel/qt5-linguisttools cdtosrc/nomadbsd-setup-gui- Add
locale/$${PROGRAM}_ru.tstoTRANSLATIONSinnomadbsd-setup-gui.pro, and commit:git commit -m 'Add Russian translations.' nomadbsd-setup-gui.pro - Execute
lupdate nomadbsd-setup-gui.pro - Run
linguist locale/nomadbsd-setup-gui_ru.ts - Add the file to the repo:
git add locale/nomadbsd-setup-gui_ru.ts && git commit -m 'Add Russian translation file.' - Add
<file>locale/nomadbsd-setup-gui_ru.qm</file>to theresources.qrc, and commit:git commit -m 'Add Russian translation file.' resources.qrc - Send a pull request.
Update the step 4 to lupdate nomadbsd-setup-gui.pro
Copy&Paste accident. Thank you, Grégory.
Hello Marcel,
I will make Turkish translation for NomadBSD New Setup Menu.
Hey @mrclksr
I've finished the Turkish translation for the setup menu.