6868106: Ukrainian currency has wrong format
Reviewed-by: yhuang, peytoia
This commit is contained in:
parent
b25112408f
commit
945eaabe91
@ -113,7 +113,7 @@ public class FormatData_uk extends ListResourceBundle {
|
||||
{ "NumberElements",
|
||||
new String[] {
|
||||
",", // decimal separator
|
||||
".", // group (thousands) separator
|
||||
"\u00a0", // group (thousands) separator
|
||||
";", // list separator
|
||||
"%", // percent sign
|
||||
"0", // native 0 digit
|
||||
|
@ -35,4 +35,4 @@
|
||||
# This notice and attribution to Taligent may not be removed.
|
||||
# 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/2=;
|
||||
|
||||
# bug #4099810, 4290801
|
||||
CurrencyNames/uk_UA/UAH=\u0433\u0440\u0432.
|
||||
# bug #4099810, 4290801, 6868106
|
||||
CurrencyNames/uk_UA/UAH=\u0433\u0440\u043b.
|
||||
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/2=#,##0%
|
||||
|
Loading…
Reference in New Issue
Block a user