mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 17:24:01 +00:00
Use unlocalized symbols the localized numberPatterns
X-SVN-Rev: 15739
This commit is contained in:
parent
a12842ac57
commit
fbaf9c8c3a
1 changed files with 21 additions and 7 deletions
|
@ -9,13 +9,6 @@
|
|||
|
||||
wal_ET {
|
||||
Version{ "x0.1" }
|
||||
NumberPatterns {
|
||||
"#\u12C8##0.###;-#\u12C8##0.###",
|
||||
"\u00A4#\u12C8##0.00;-\u00A4#\u12C8##0.00",
|
||||
"#\u12C8##0%",
|
||||
"#E0",
|
||||
}
|
||||
|
||||
calendar{
|
||||
gregorian{
|
||||
DateTimePatterns{
|
||||
|
@ -31,4 +24,25 @@ wal_ET {
|
|||
}
|
||||
}
|
||||
}
|
||||
NumberElements {
|
||||
".",
|
||||
"\u12C8",
|
||||
";",
|
||||
"%",
|
||||
"0",
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"\u2030",
|
||||
"\u221E",
|
||||
"\uFFFD",
|
||||
".",
|
||||
"+",
|
||||
}
|
||||
NumberPatterns {
|
||||
"#,##0.###;-#,##0.###",
|
||||
"\u00A4#,##0.00;-\u00A4#,##0.00",
|
||||
"#,##0%",
|
||||
"#E0",
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue