Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TO DO: Add translations to lbi-gui #1

Open
mrclksr opened this issue Jun 20, 2022 · 1 comment
Open

TO DO: Add translations to lbi-gui #1

mrclksr opened this issue Jun 20, 2022 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@mrclksr
Copy link
Member

mrclksr commented Jun 20, 2022

Available translations

  • German
  • Turkish

Instructions

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

  1. Fork the lbi-gui repository
  2. Install devel/py-qt5-pyqt and devel/qt5-linguist
  3. cd to src/lbi-gui
  4. Add locale/lbi-gui_fr.ts to TRANSLATIONS in lbi-gui.pro, and commit: git commit -m 'Add French translations.' lbi-gui.pro
  5. Run make lupdate to generate locale/lbi-gui_fr.ts
  6. Run /usr/local/lib/qt5/bin/linguist locale/lbi-gui_fr.ts to write your translations.
  7. Add the file to the repo: git add locale/lbi-gui_fr.ts && git commit -m 'Add French translation file.'
  8. Send a pull request.
@mrclksr mrclksr added enhancement New feature or request help wanted Extra attention is needed labels Jun 20, 2022
@MertGunduz
Copy link
Member

MertGunduz commented Jun 20, 2022

Hello Marcel,

I will make Turkish translation for NomadBSD lbi-gui.

@mrclksr mrclksr transferred this issue from nomadbsd/NomadBSD Aug 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants