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

Take browser culture into account #10

Closed
DenysVuika opened this issue Nov 22, 2018 · 0 comments
Closed

Take browser culture into account #10

DenysVuika opened this issue Nov 22, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@DenysVuika
Copy link
Contributor

Provide better fallback for browser cultures. For example, when browser is set to zh-CN and translation file is missing, the probing flow should be:

  1. zh-CN.json
  2. zh.json
  3. en.json (or fallback language of choice)

Consider support for explicit support matrix in configuration/code to avoid useless HTTP calls for non-supported cultures.

@DenysVuika DenysVuika added the enhancement New feature or request label Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant