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

fix: keep language names consistent #858

Merged
merged 4 commits into from
Oct 30, 2023

Conversation

ckniffen
Copy link
Collaborator

High Level Overview of Change

The display text for language in the language picker will remain consistent regardless of which language is currently selected.

  • Switch to using a map of language codes to language names
  • Remove language specific entries for language names
  • Update guide on defining languages

Fixes: #807
Alternative To: #809

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • Refactor (non-breaking change that only restructures code)
  • Translation Updates

Before

Language Picker - Before

After

Language Picker - After

The display text for language in the language picker will remain
consistent regardless of which language is currently selected.

- Switch to using a map of language codes to language names
- Remove language specific entries for language names
- Update guide on defining languages

Fixes: #807
Alternative To: #809
@ckniffen
Copy link
Collaborator Author

ckniffen commented Oct 17, 2023

@develoq Is this what you envisioned?

@ckniffen
Copy link
Collaborator Author

@develoq Is this what you envisioned?

Confirmed directly that this is what is desired.

@ckniffen ckniffen merged commit 89603f3 into staging Oct 30, 2023
4 checks passed
@ckniffen ckniffen deleted the bugfix/no-language-name-translations branch October 30, 2023 21:29
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

Successfully merging this pull request may close these issues.

Don't translate language names
3 participants