-
Notifications
You must be signed in to change notification settings - Fork 5
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
ZA-Zhuang language #5
Comments
This seems a localization problem of Java. Locale first_locale = new Locale("za", "");
System.out.print(first_locale.getDisplayName()); The result is 藏文 not 壮文. My jre version is 1.8.0_192 |
The related line of code: https://github.com/omegat-org/omegat/blob/b29929356d0080d0023c213130b271b246cb5a15/src/org/omegat/util/Language.java#L115 I think it is better to translate the display name by ourselves to avoid this upstream problem of java. |
I can reproduce it on java 1.8.0_312. |
- JRE 8 has a localization bug in Chinese - Locale class has wrong display name for ZA, SD, SD_IN and SD_PK - The problem is reported at OmegaT-L10N/zh_CN#4 and OmegaT-L10N/zh_CN#5 Signed-off-by: Hiroshi Miura <[email protected]>
- JRE 8 has a localization bug in Chinese - Locale class has wrong display name for ZA, SD, SD_IN and SD_PK - The problem is reported at OmegaT-L10N/zh_CN#4 and OmegaT-L10N/zh_CN#5 Signed-off-by: Hiroshi Miura <[email protected]>
Reported by email:
Hello, I found that the latest stable version of OmegaT v4.3.2 has another error in the Chinese translation of the language code description, and the English version is correct.
When selecting a language for a new project, ZA-Zhuang was translated into "藏文". It should be translated into "壮文" or "壮族文".
The text was updated successfully, but these errors were encountered: