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 i18n for country specific languages #1429

Closed
1letter opened this issue Feb 13, 2025 · 1 comment · Fixed by #1432 or #1431
Closed

fix i18n for country specific languages #1429

1letter opened this issue Feb 13, 2025 · 1 comment · Fixed by #1432 or #1431

Comments

@1letter
Copy link
Contributor

1letter commented Feb 13, 2025

this fix should be moved to the places where it's needed. a global use is wrong.

// Fix for country specific languages
if (self.currentLanguage.split("-").length > 1) {
    self.currentLanguage =
    self.currentLanguage.split("-")[0] +
    "_" +
    self.currentLanguage.split("-")[1].toUpperCase();
}
@1letter
Copy link
Contributor Author

1letter commented Feb 14, 2025

check select2

This was linked to pull requests Feb 14, 2025
@1letter 1letter moved this to in progress in Alpine City Sprint 2025 Feb 14, 2025
@1letter 1letter closed this as completed Feb 14, 2025
@github-project-automation github-project-automation bot moved this from in progress to Done in Alpine City Sprint 2025 Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging a pull request may close this issue.

1 participant