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

[object / languages] if there is no field in the interface language, then it must be taken from others, starting with English and further according to the popularity of languages #4581

Closed
Diana-Cherry-8 opened this issue Nov 21, 2022 · 3 comments
Assignees
Labels
fix Medium task priority medium
Milestone

Comments

@Diana-Cherry-8
Copy link
Collaborator

yammer 1942
object / languages

if there is no field in the interface language, then it must be taken from others, starting with English and further according to the popularity of languages

image

@Diana-Cherry-8 Diana-Cherry-8 added fix Medium task priority medium labels Nov 21, 2022
@Diana-Cherry-8 Diana-Cherry-8 added this to the Back-end milestone Nov 21, 2022
@Diana-Cherry-8
Copy link
Collaborator Author

exports.LANGUAGES_POPULARITY = [
  { lang: 'en-US', score: 1 },
  { lang: 'zh-CN', score: 2 },
  { lang: 'es-ES', score: 3 },
  { lang: 'ar-SA', score: 4 },
  { lang: 'pt-BR', score: 5 },
  { lang: 'ms-MY', score: 6 },
  { lang: 'fr-FR', score: 7 },
  { lang: 'ja-JP', score: 8 },
  { lang: 'ru-RU', score: 9 },
  { lang: 'de-DE', score: 10 },
  { lang: 'uk-UA', score: 11 },
];

@Diana-Cherry-8
Copy link
Collaborator Author

Staging checked

@Diana-Cherry-8
Copy link
Collaborator Author

Карта работает так что неважно какой язык, поскольку апдейт независимый, приоритетность языков не имеет значения?

https://www.waivio.com/object/wdy-test-differ
Есть карта для русской локали и французкой, отображается русская
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Medium task priority medium
Projects
Archived in project
Development

No branches or pull requests

2 participants