nomadbsd / nomadbsd-chusr

1 stars 1 forks source link

TO DO: Add translations to nomadbsd-chusr #1

Open mrclksr opened 2 years ago

mrclksr commented 2 years ago

Available translations

Instructions

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

  1. Fork the nomadbsd-chusr repository
  2. Install devel/py-qt5-pyqt and devel/qt5-linguist
  3. cd to src/nomadbsd-chusr
  4. Add locale/nomadbsd-chusr_fr.ts to TRANSLATIONS in nomadbsd-chusr.pro, and commit: git commit -m 'Add French translations.' nomadbsd-chusr.pro
  5. Run make lupdate to generate locale/nomadbsd-chusr_fr.ts
  6. Run /usr/local/lib/qt5/bin/linguist locale/nomadbsd-chusr_fr.ts to write your translations.
  7. Add the file to the repo: git add locale/nomadbsd-chusr_fr.ts && git commit -m 'Add French translation file.'
  8. Send a pull request.
MertGunduz commented 2 years ago

Hello Marcel,

I will make Turkish translation for NomadBSD chusr.