NomadBSD icon indicating copy to clipboard operation
NomadBSD copied to clipboard

TO DO: Add translations to nomadbsd-adduser-gui

Open mrclksr opened this issue 5 years ago • 2 comments

Available translations

  • French
  • German
  • Indonesian
  • Russian
  • Spanish

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-adduser-gui
  3. Add locale/$${PROGRAM}_ru.ts to TRANSLATIONS in nomadbsd-adduser-gui.pro, and commit: git commit -m 'Add Russian translations.' nomadbsd-adduser-gui.pro
  4. Execute lupdate nomadbsd-adduser-gui.pro
  5. Run linguist locale/nomadbsd-adduser-gui_ru.ts
  6. Add the file to the repo: git add locale/nomadbsd-adduser-gui_ru.ts && git commit -m 'Add Russian translation file.'
  7. Add <file>locale/nomadbsd-adduser-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 Nov 20 '19 11:11 mrclksr

Added spanish in PR #58

huguei avatar Apr 17 '20 18:04 huguei

Hello Marcel,

I will make Turkish translation for NomadBSD Adduser GUI.

MertGunduz avatar Jun 28 '22 07:06 MertGunduz