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

Add language picker to the cli and the ui #8466

Closed
TheOneRing opened this issue Mar 3, 2021 · 2 comments · Fixed by #8493
Closed

Add language picker to the cli and the ui #8466

TheOneRing opened this issue Mar 3, 2021 · 2 comments · Fixed by #8493

Comments

@TheOneRing
Copy link
Member

Implement a language picker to the ci.
The selected language is stored in the settings and loaded at start up.
Additionally add a --language switch to the command line interface which temporarily overrides the selection.

@sfadschm
Copy link

sfadschm commented Mar 3, 2021

Just to add to that: It would be nice if the localization of the language was choosable in that case also.
E.g., the client_de translation is currently based on the de_DE dataset, but there also exist a de, de_AT.

@fmoc
Copy link
Contributor

fmoc commented Mar 15, 2021

Adding --language was relatively easy. I'm about a language dropdown to the settings at the moment, but first I need to find a good way to detect the available translations first.

Regarding the CLI, it doesn't seem like it's being translated at the moment. I didn't find any code that would integrate translations in there. @TheOneRing I guess the CLI bit needs to be moved into a new issue, given that it's way out of scope of this issue.

@fmoc fmoc changed the title Add langugage picker to the cli and the ui Add language picker to the cli and the ui Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants