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

Implement localization/i18n support #1002

Open
4 tasks
germanicianus opened this issue Mar 23, 2018 · 0 comments
Open
4 tasks

Implement localization/i18n support #1002

germanicianus opened this issue Mar 23, 2018 · 0 comments

Comments

@germanicianus
Copy link

germanicianus commented Mar 23, 2018

We agreed that it would be nice to have the client localized, but currently the strings visible to the user are hard-coded into the QT .ui files and Python files. Therefore the code needs to be changed to enable localization. I suggest the following:

  • Describe the current implementation regarding string distribution/handling.
  • Gather requirements how these strings shall be made translatable.
  • List/evaluate possible solutions (e. g. tools for string extraction) how to achieve the goal.
  • Implement the chosen solution.

In Java it is possible to add a translation to a program on the fly because for each language a plain text file (.properties) is used to create a message key -> translation mapping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant