ICU-3191 Add localized Language and Country names
X-SVN-Rev: 14176
This commit is contained in:
parent
2a15b7f58c
commit
b87561b04b
@ -12,6 +12,13 @@ af {
|
||||
"VM",
|
||||
"NM",
|
||||
}
|
||||
Countries {
|
||||
ZA { "Suid-Afrika" }
|
||||
}
|
||||
// Currency display names
|
||||
Currencies {
|
||||
ZAR { "R", "ZAR" }
|
||||
}
|
||||
DayAbbreviations {
|
||||
"So",
|
||||
"Ma",
|
||||
@ -30,6 +37,9 @@ af {
|
||||
"Vrydag",
|
||||
"Saterdag",
|
||||
}
|
||||
Languages {
|
||||
af { "Afrikaanse" }
|
||||
}
|
||||
MonthAbbreviations {
|
||||
"Jan",
|
||||
"Feb",
|
||||
@ -72,9 +82,9 @@ af {
|
||||
// "\u221e",
|
||||
// "\ufffd",
|
||||
// }
|
||||
ExemplarCharacters { "[a-z \u00e1 \u00e9 \u00e8 \u00e2 \u00ea \u00ee \u00f4 \u00fb \u00eb \u00ef \u00f6 \u0149]" }
|
||||
ExemplarCharacters { "[a-z\u00e1\u00e9\u00e8\u00e2\u00ea\u00ee\u00f4\u00fb\u00eb\u00ef\u00f6\u0149]" }
|
||||
LocaleScript{
|
||||
"Latn", // ISO 15924 Name
|
||||
"Latn", // ISO 15924 Name
|
||||
}
|
||||
|
||||
// /**************** Info Below is needed ****************/
|
||||
@ -82,12 +92,7 @@ af {
|
||||
// Countries{}
|
||||
// Eras{}
|
||||
// Languages{}
|
||||
// ShortLanguage { }
|
||||
// localPatternChars{}
|
||||
//
|
||||
|
||||
// Currency display names
|
||||
Currencies {
|
||||
ZAR { "R", "ZAR" }
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user