nomadbsd / NomadBSD

Livesystem based on FreeBSD
http://nomadbsd.org
BSD 2-Clause "Simplified" License
350 stars 40 forks source link

TO DO: Add translations to nomadbsd-adduser-gui #24

Open mrclksr opened 4 years ago

mrclksr commented 4 years ago

Available translations

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.
huguei commented 4 years ago

Added spanish in PR #58

MertGunduz commented 2 years ago

Hello Marcel,

I will make Turkish translation for NomadBSD Adduser GUI.