NomadBSD icon indicating copy to clipboard operation
NomadBSD copied to clipboard

TO DO: Add translations to src/nomadbsd-install-gui

Open mrclksr opened this issue 5 years ago • 1 comments

Available translations

  • Czech
  • French
  • German
  • Indonesian
  • Russian

Instructions

Let's say you want to add translations for Russian, you can proceed as follows:

  1. Install devel/qt5-linguist and devel/qt5-linguisttools
  2. cd to src/nomadbsd-install-gui
  3. Add locale/$${PROGRAM}_ru.ts to TRANSLATIONS in nomadbsd-install-gui.pro, and commit: git commit -m 'Add Russian translations.' nomadbsd-install-gui.pro
  4. Execute lupdate nomadbsd-install-gui.pro
  5. Run linguist locale/nomadbsd-install-gui_ru.ts
  6. Add the file to the repo: git add locale/nomadbsd-install-gui_ru.ts && git commit -m 'Add Russian translation file.'
  7. Add <file>locale/nomadbsd-install-gui_ru.qm</file> to the resources.qrc, and commit: git commit -m 'Add Russian translation file.' resources.qrc
  8. Send a pull request.

mrclksr avatar Apr 03 '19 19:04 mrclksr

Hello Marcel,

I will make Turkish translation for NomadBSD Install GUI.

MertGunduz avatar Jun 28 '22 07:06 MertGunduz