mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-20 20:19:32 +00:00
ICU-3191 Fix currency format
X-SVN-Rev: 13006
This commit is contained in:
parent
1e8d39bc54
commit
5de7294cfb
2 changed files with 4 additions and 4 deletions
|
@ -8,9 +8,9 @@
|
|||
nb_NO {
|
||||
Version{"2.0"}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
||||
"#,##0%",
|
||||
"#,##0.###;-#,##0.###",
|
||||
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
||||
"#,##0%",
|
||||
"#E0",
|
||||
}
|
||||
}
|
||||
|
|
|
@ -9,7 +9,7 @@ nn_NO {
|
|||
Version{ "3.0"}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"\u00A4 #,##0.00;\u00A4 -#,##0.00",
|
||||
"#,##0.00 \u00A4;-#,##0.00 \u00A4",
|
||||
"#,##0%",
|
||||
"#E0",
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue