mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-3080 Fix some data
X-SVN-Rev: 14503
This commit is contained in:
parent
cc9d33d645
commit
7189e41795
1 changed files with 25 additions and 24 deletions
|
@ -1,6 +1,6 @@
|
|||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 1997-2003, International Business Machines
|
||||
// * Copyright (C) 1997-2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
@ -170,7 +170,6 @@ af {
|
|||
ZA { "Suid-Afrika" }
|
||||
ZM { "Zambi\u00eb" }
|
||||
}
|
||||
// Currency display names
|
||||
Currencies {
|
||||
ZAR { "R", "ZAR" }
|
||||
}
|
||||
|
@ -192,8 +191,17 @@ af {
|
|||
"Vrydag",
|
||||
"Saterdag",
|
||||
}
|
||||
Eras {
|
||||
"v.C.",
|
||||
"n.C."
|
||||
}
|
||||
Languages {
|
||||
af { "Afrikaanse" }
|
||||
//af { "Afrikaanse" } // adjective form
|
||||
af { "Afrikaans" }
|
||||
}
|
||||
ExemplarCharacters { "[a-z\u00e1\u00e9\u00e8\u00e2\u00ea\u00ee\u00f4\u00fb\u00eb\u00ef\u00f6\u0149]" }
|
||||
LocaleScript{
|
||||
"Latn", // ISO 15924 Name
|
||||
}
|
||||
MonthAbbreviations {
|
||||
"Jan",
|
||||
|
@ -223,31 +231,24 @@ af {
|
|||
"November",
|
||||
"Desember",
|
||||
}
|
||||
|
||||
// NumberElements {
|
||||
// ".",
|
||||
// ",",
|
||||
// ";",
|
||||
// "%",
|
||||
// "0",
|
||||
// "#",
|
||||
// "-",
|
||||
// "E",
|
||||
// "\u2030",
|
||||
// "\u221e",
|
||||
// "\ufffd",
|
||||
// }
|
||||
ExemplarCharacters { "[a-z\u00e1\u00e9\u00e8\u00e2\u00ea\u00ee\u00f4\u00fb\u00eb\u00ef\u00f6\u0149]" }
|
||||
LocaleScript{
|
||||
"Latn", // ISO 15924 Name
|
||||
NumberElements {
|
||||
",",
|
||||
"\u00A0",
|
||||
";",
|
||||
"%",
|
||||
"0",
|
||||
"#",
|
||||
"-",
|
||||
"E",
|
||||
"\u2030",
|
||||
"\u221E",
|
||||
"\uFFFD",
|
||||
",",
|
||||
"+",
|
||||
}
|
||||
|
||||
// /**************** Info Below is needed ****************/
|
||||
// collations{}
|
||||
// Countries{}
|
||||
// Eras{}
|
||||
// Languages{}
|
||||
// localPatternChars{}
|
||||
//
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue