mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-08 06:53:45 +00:00
ICU-4743 minor fixes
X-SVN-Rev: 18774
This commit is contained in:
parent
6509d8087c
commit
04d54d6211
1 changed files with 14 additions and 1 deletions
|
@ -756,7 +756,20 @@ public class GlobalizationPreferences {
|
|||
{"zh", "CN"},
|
||||
{"zh_Hant", "TW"},
|
||||
{"zu", "ZA"},
|
||||
};
|
||||
{"aa", "ET"},
|
||||
{"byn", "ER"},
|
||||
{"eo", "DE"},
|
||||
{"gez", "ET"},
|
||||
{"haw", "US"},
|
||||
{"iu", "CA"},
|
||||
{"kw", "GB"},
|
||||
{"sa", "IN"},
|
||||
{"sh", "HR"},
|
||||
{"sid", "ET"},
|
||||
{"syr", "SY"},
|
||||
{"tig", "ER"},
|
||||
{"tt", "RU"},
|
||||
{"wal", "ET"}, };
|
||||
static {
|
||||
for (int i = 0; i < language_territory_hack.length; ++i) {
|
||||
language_territory_hack_map.put(language_territory_hack[i][0],language_territory_hack[i][1]);
|
||||
|
|
Loading…
Add table
Reference in a new issue