mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-6892 backout pa_IN as valid sublocale for collation
X-SVN-Rev: 25942
This commit is contained in:
parent
311af870b6
commit
7a21d1f5b0
4 changed files with 14 additions and 20 deletions
|
@ -213,6 +213,7 @@
|
|||
<alias from="iw_IL" to="he_IL" />
|
||||
<alias from="no" to="nb" />
|
||||
<alias from="no_NO" to="nb_NO" />
|
||||
<alias from="pa_IN" to="pa_Guru_IN" />
|
||||
<alias from="sh" to="sr_Latn" />
|
||||
<alias from="sh_BA" to="sr_Latn_BA" />
|
||||
<alias from="sh_CS" to="sr_Latn_RS" />
|
||||
|
|
|
@ -28,10 +28,10 @@ COLLATION_CLDR_VERSION = 1.7
|
|||
# Aliases which do not have a corresponding xx.xml file (see icu-config.xml & build.xml)
|
||||
COLLATION_SYNTHETIC_ALIAS = de_.txt de__PHONEBOOK.txt es_.txt es__TRADITIONAL.txt\
|
||||
hi_.txt hi__DIRECT.txt in.txt in_ID.txt iw.txt\
|
||||
iw_IL.txt no.txt no_NO.txt sh.txt sh_BA.txt\
|
||||
sh_YU.txt sr_BA.txt sr_ME.txt sr_RS.txt zh_.txt\
|
||||
zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt zh_TW.txt\
|
||||
zh_TW_STROKE.txt zh__PINYIN.txt
|
||||
iw_IL.txt no.txt no_NO.txt pa_IN.txt sh.txt\
|
||||
sh_BA.txt sh_YU.txt sr_BA.txt sr_ME.txt sr_RS.txt\
|
||||
zh_.txt zh_CN.txt zh_HK.txt zh_MO.txt zh_SG.txt\
|
||||
zh_TW.txt zh_TW_STROKE.txt zh__PINYIN.txt
|
||||
|
||||
|
||||
# All aliases (to not be included under 'installed'), but not including root.
|
||||
|
@ -62,14 +62,13 @@ COLLATION_EMPTY_SOURCE = af_NA.txt af_ZA.txt ar_AE.txt ar_BH.txt\
|
|||
ms.txt ms_BN.txt ms_MY.txt mt_MT.txt nb_NO.txt\
|
||||
nl.txt nl_BE.txt nl_NL.txt nn_NO.txt om_ET.txt\
|
||||
om_KE.txt pa_Arab.txt pa_Arab_PK.txt pa_Guru.txt pa_Guru_IN.txt\
|
||||
pa_IN.txt pl_PL.txt ps_AF.txt pt.txt pt_BR.txt\
|
||||
pt_PT.txt ro_RO.txt ru_RU.txt ru_UA.txt si_LK.txt\
|
||||
sk_SK.txt sl_SI.txt sq_AL.txt sr_Cyrl.txt sr_Cyrl_BA.txt\
|
||||
sr_Cyrl_ME.txt sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_ME.txt sr_Latn_RS.txt\
|
||||
sv_FI.txt sv_SE.txt ta_IN.txt te_IN.txt th_TH.txt\
|
||||
tr_TR.txt uk_UA.txt ur_IN.txt ur_PK.txt vi_VN.txt\
|
||||
zh_Hans.txt zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt\
|
||||
zh_Hant_TW.txt
|
||||
pl_PL.txt ps_AF.txt pt.txt pt_BR.txt pt_PT.txt\
|
||||
ro_RO.txt ru_RU.txt ru_UA.txt si_LK.txt sk_SK.txt\
|
||||
sl_SI.txt sq_AL.txt sr_Cyrl.txt sr_Cyrl_BA.txt sr_Cyrl_ME.txt\
|
||||
sr_Cyrl_RS.txt sr_Latn_BA.txt sr_Latn_ME.txt sr_Latn_RS.txt sv_FI.txt\
|
||||
sv_SE.txt ta_IN.txt te_IN.txt th_TH.txt tr_TR.txt\
|
||||
uk_UA.txt ur_IN.txt ur_PK.txt vi_VN.txt zh_Hans.txt\
|
||||
zh_Hans_CN.txt zh_Hans_SG.txt zh_Hant_HK.txt zh_Hant_MO.txt zh_Hant_TW.txt
|
||||
|
||||
|
||||
# Ordinary resources
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
* ICU <specials> source: <path>/xml/collation/pa.xml
|
||||
*/
|
||||
pa{
|
||||
Version{"1.28"}
|
||||
Version{"1.29"}
|
||||
collations{
|
||||
standard{
|
||||
Sequence{" [normalization on ]"}
|
||||
|
|
|
@ -6,12 +6,6 @@
|
|||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* validSubLocale of "pa"
|
||||
*/
|
||||
pa_IN{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
"%%ALIAS"{"pa_Guru_IN"}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue