-
Notifications
You must be signed in to change notification settings - Fork 64
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
[BUG] [Java Service]Get 520 when requesting zh-Hant-alt-long language's display name with API /i18n/api/v2/locale/supportedLanguageList. #1364
Comments
The issue happens when there is below kind name(region is named with low case) of file: pt-pt, fr-fr ... |
delete messages_pt-pt.json due to service issue #1364 to avoid blocki…
No 'zh-Hans-alt-long' language in cldr-32.0.0 version, it should be new added data in cldr master branch, but this kind of issue has been fixed, you can verify the fix with 'en-US-alt-short'. |
@huihuiw01
|
For locale "zh-alt-long", its display name can be shown correctly with commit e768e13: Communicated with dev @huihuiw01 , for the locales aren't supported in languages.json file, should use the combination of language+script+territory+variant for its display name. |
Describe the bug
commit: c7afc3b
Get 520 when requesting zh-Hant-alt-long language's display name with API /i18n/api/v2/locale/supportedLanguageList.
To Reproduce
Steps to reproduce the behavior:
Get response below:
{"response":{"code":520,"message":"11","serverTime":""},"signature":"","data":null}
Expected behavior
zh-Hant-alt-long is in languages.json file.
"zh-Hant-alt-long": "Traditional Mandarin Chinese"
Additional context
Same behavior with other similar locale:
"zh-alt-long": "Mandarin Chinese",
"zh-alt-menu": "Chinese, Mandarin",
"yue-alt-menu": "Chinese, Cantonese"...
The text was updated successfully, but these errors were encountered: