ICU-3772 Add some zh_Hans/zh_Hant aliases as needed.
X-SVN-Rev: 15490
This commit is contained in:
parent
77ae20ad84
commit
5f099a985c
@ -26,7 +26,12 @@
|
||||
|
||||
# This is the list of locales that are built, but not considered installed in ICU.
|
||||
# These are usually aliased locales or the root locale.
|
||||
COLLATION_ALIAS_SOURCE = de__PHONEBOOK.txt es__TRADITIONAL.txt zh_TW_STROKE.txt zh__PINYIN.txt hi__DIRECT.txt
|
||||
COLLATION_ALIAS_SOURCE = \
|
||||
de__PHONEBOOK.txt \
|
||||
es__TRADITIONAL.txt \
|
||||
hi__DIRECT.txt \
|
||||
zh_TW_STROKE.txt \
|
||||
zh__PINYIN.txt
|
||||
|
||||
# Please try to keep this list in alphabetical order
|
||||
COLLATION_SOURCE = \
|
||||
@ -38,5 +43,5 @@ kk.txt kl.txt kn.txt ko.txt lt.txt lv.txt\
|
||||
mk.txt mr.txt mt.txt nb.txt nn.txt pa.txt pl.txt ps.txt\
|
||||
ro.txt ru.txt sh.txt sk.txt sl.txt sq.txt sr.txt sv.txt\
|
||||
ta.txt te.txt th.txt tr.txt uk.txt vi.txt\
|
||||
zh.txt zh_HK.txt zh_MO.txt zh_TW.txt
|
||||
zh.txt zh_Hant.txt zh_HK.txt zh_MO.txt zh_TW.txt
|
||||
|
||||
|
13
icu4c/source/data/coll/zh_Hant.txt
Normal file
13
icu4c/source/data/coll/zh_Hant.txt
Normal file
@ -0,0 +1,13 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
zh_Hant {
|
||||
Version{ "1.0" }
|
||||
collations {
|
||||
default { "traditional" }
|
||||
}
|
||||
}
|
@ -29,7 +29,9 @@
|
||||
GENRB_ALIAS_SOURCE = \
|
||||
iw.txt iw_IL.txt\
|
||||
no.txt no_NO.txt no_NO_NY.txt \
|
||||
ja_JP_TRADITIONAL.txt th_TH_TRADITIONAL.txt
|
||||
ja_JP_TRADITIONAL.txt th_TH_TRADITIONAL.txt \
|
||||
zh_Hans.txt zh_Hans_SG.txt \
|
||||
zh_Hant.txt zh_Hant_HK.txt zh_Hant_MO.txt
|
||||
|
||||
|
||||
# Please try to keep this list in alphabetical order
|
||||
|
11
icu4c/source/data/locales/zh_Hans.txt
Normal file
11
icu4c/source/data/locales/zh_Hans.txt
Normal file
@ -0,0 +1,11 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
zh_Hans {
|
||||
// There is nothing to do here. Fallback to zh.
|
||||
Version{ "1.0" }
|
||||
}
|
11
icu4c/source/data/locales/zh_Hans_SG.txt
Normal file
11
icu4c/source/data/locales/zh_Hans_SG.txt
Normal file
@ -0,0 +1,11 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
zh_Hans_SG {
|
||||
// TODO: Reverse the direction of this alias.
|
||||
"%%ALIAS" { "zh_SG" }
|
||||
}
|
11
icu4c/source/data/locales/zh_Hant.txt
Normal file
11
icu4c/source/data/locales/zh_Hant.txt
Normal file
@ -0,0 +1,11 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
zh_Hant {
|
||||
// TODO: Reverse the direction of this alias.
|
||||
"%%ALIAS" { "zh_TW" }
|
||||
}
|
11
icu4c/source/data/locales/zh_Hant_HK.txt
Normal file
11
icu4c/source/data/locales/zh_Hant_HK.txt
Normal file
@ -0,0 +1,11 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
zh_Hant_HK {
|
||||
// TODO: Reverse the direction of this alias.
|
||||
"%%ALIAS" { "zh_HK" }
|
||||
}
|
11
icu4c/source/data/locales/zh_Hant_MO.txt
Normal file
11
icu4c/source/data/locales/zh_Hant_MO.txt
Normal file
@ -0,0 +1,11 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2004, International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// *
|
||||
// ***************************************************************************
|
||||
|
||||
zh_Hant_MO {
|
||||
// TODO: Reverse the direction of this alias.
|
||||
"%%ALIAS" { "zh_MO" }
|
||||
}
|
Loading…
Reference in New Issue
Block a user