mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 04:24:49 +02:00
6868106: Ukrainian currency has wrong format
Reviewed-by: yhuang, peytoia
This commit is contained in:
parent
b25112408f
commit
945eaabe91
3 changed files with 4 additions and 4 deletions
|
@ -113,7 +113,7 @@ public class FormatData_uk extends ListResourceBundle {
|
||||||
{ "NumberElements",
|
{ "NumberElements",
|
||||||
new String[] {
|
new String[] {
|
||||||
",", // decimal separator
|
",", // decimal separator
|
||||||
".", // group (thousands) separator
|
"\u00a0", // group (thousands) separator
|
||||||
";", // list separator
|
";", // list separator
|
||||||
"%", // percent sign
|
"%", // percent sign
|
||||||
"0", // native 0 digit
|
"0", // native 0 digit
|
||||||
|
|
|
@ -35,4 +35,4 @@
|
||||||
# This notice and attribution to Taligent may not be removed.
|
# This notice and attribution to Taligent may not be removed.
|
||||||
# Taligent is a registered trademark of Taligent, Inc.
|
# Taligent is a registered trademark of Taligent, Inc.
|
||||||
|
|
||||||
UAH=\u0433\u0440\u0432.
|
UAH=\u0433\u0440\u043b.
|
||||||
|
|
|
@ -673,8 +673,8 @@ FormatData/es_VE/NumberElements/0=,
|
||||||
FormatData/es_VE/NumberElements/1=.
|
FormatData/es_VE/NumberElements/1=.
|
||||||
FormatData/es_VE/NumberElements/2=;
|
FormatData/es_VE/NumberElements/2=;
|
||||||
|
|
||||||
# bug #4099810, 4290801
|
# bug #4099810, 4290801, 6868106
|
||||||
CurrencyNames/uk_UA/UAH=\u0433\u0440\u0432.
|
CurrencyNames/uk_UA/UAH=\u0433\u0440\u043b.
|
||||||
FormatData/uk_UA/NumberPatterns/0=#,##0.###;-#,##0.###
|
FormatData/uk_UA/NumberPatterns/0=#,##0.###;-#,##0.###
|
||||||
# FormatData/uk_UA/NumberPatterns/1=#,##0.## '\u0433\u0440\u0432.';-#,##0.## '\u0433\u0440\u0432.' # Changed; see bug 4122840
|
# FormatData/uk_UA/NumberPatterns/1=#,##0.## '\u0433\u0440\u0432.';-#,##0.## '\u0433\u0440\u0432.' # Changed; see bug 4122840
|
||||||
FormatData/uk_UA/NumberPatterns/2=#,##0%
|
FormatData/uk_UA/NumberPatterns/2=#,##0%
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue