We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I already did this in: 9516f7f
But it has two limitations:
[UI] Make keyword toggle also switcher language of the editor #4828 (comment) I think pybabel might have language abbreviations in the actual language? Someone must dive into that
Somehow it starts at None? Should not be so hard to fix but needs a bit of debugging.
The text was updated successfully, but these errors were encountered:
💻 Language switcher text (#5309)
59f6474
Fixes #4835 [Babel](https://www.unicode.org/cldr/charts/44/supplemental/territory_language_information.html) only lists language codes in Latin alphabet. I did some searching and I think it would be quite difficult to find the non Latin language codes. So for the non Latin languages, I thought the best solution would be to just state the _non Latin language_ in the switcher instead of the _non Latin language code._ **How to test** 1. Select a non latin language in your profile 2. Go to Hedy 3. Check if there is a language in the switcher (and it's not None) 4. Switch between English and the (non Latin) language https://github.com/hedyorg/hedy/assets/48122190/73adcb1c-fefb-42f3-958d-3876dbf6eb7b
Annelein
Successfully merging a pull request may close this issue.
I already did this in: 9516f7f
But it has two limitations:
[UI] Make keyword toggle also switcher language of the editor #4828 (comment) I think pybabel might have language abbreviations in the actual language? Someone must dive into that
Somehow it starts at None? Should not be so hard to fix but needs a bit of debugging.
The text was updated successfully, but these errors were encountered: