mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 17:01:16 +00:00
ICU-1896 Fix a typo that appeared when adding the experimental locales into the build in exhaustive mode.
X-SVN-Rev: 8715
This commit is contained in:
parent
31bee02d7f
commit
dc5f8ad6d3
2 changed files with 26 additions and 0 deletions
|
@ -13,4 +13,17 @@ de_LI{
|
|||
"CHF",
|
||||
"."
|
||||
}
|
||||
NumberElements {
|
||||
".",
|
||||
"'",
|
||||
";",
|
||||
"%",
|
||||
"0",
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"\u2030",
|
||||
"\u221E",
|
||||
"\uFFFD",
|
||||
}
|
||||
}
|
|
@ -13,6 +13,19 @@ ms_BN{
|
|||
"BND",
|
||||
","
|
||||
}
|
||||
NumberElements {
|
||||
",",
|
||||
".",
|
||||
";",
|
||||
"%",
|
||||
"0",
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"\u2030",
|
||||
"\u221E",
|
||||
"\uFFFD",
|
||||
}
|
||||
// ShortCountry{
|
||||
// "BRN"
|
||||
// }
|
||||
|
|
Loading…
Add table
Reference in a new issue