ICU-3772 Add some zh_Hans/zh_Hant aliases as needed.

X-SVN-Rev: 15490
This commit is contained in:
George Rhoten 2004-05-24 02:06:53 +00:00
parent 77ae20ad84
commit 5f099a985c
8 changed files with 78 additions and 3 deletions

View File

@ -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

View 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" }
}
}

View File

@ -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

View 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" }
}

View 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" }
}

View 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" }
}

View 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" }
}

View 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" }
}