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: Allow loading of locales like zh_TW #3895

Merged
merged 2 commits into from
Oct 10, 2023
Merged

Commits on Oct 10, 2023

  1. Fix: Allow loading of locales like zh_TW

    Deactivate the `nonExplicitSupportedLngs` i18next setting (see
    https://www.i18next.com/overview/configuration-options#languages-namespaces-resources
    for more details) that caused our supported languages needed to contain
    only short codes of the languages to be a valid locale. Therefore
    locales like `zh_TW` were considered as not supported and the locale did
    fall back to `en`.
    bjoernricks authored and timopollmeier committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    5f7fe2a View commit details
    Browse the repository at this point in the history
  2. Add: Support zh languages for our i18n message extraction

    Support simple and traditional Chinese locales for our i18n message
    extraction tooling.
    bjoernricks authored and timopollmeier committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    31d7d4b View commit details
    Browse the repository at this point in the history