ICU-7103 remove obsolete/redundant collation locales
X-SVN-Rev: 33274
This commit is contained in:
parent
7aeeab19e9
commit
1104e412a3
@ -246,9 +246,6 @@
|
||||
<deprecates>
|
||||
<alias from="de__PHONEBOOK" to="de@collation=phonebook" xpath="//ldml/collations/default[@type='phonebook']"/>
|
||||
<alias from="es__TRADITIONAL" to="es@collation=traditional" xpath="//ldml/collations/default[@type='traditional']"/>
|
||||
<alias from="hi__DIRECT" to="hi@collation=direct" xpath="//ldml/collations/default[@type='direct']"/>
|
||||
<alias from="zh__PINYIN" to="zh@collation=pinyin" xpath="//ldml/collations/default[@type='pinyin']"/>
|
||||
<alias from="zh_TW_STROKE" to="zh@collation=stroke" xpath="//ldml/collations/default[@type='stroke']"/>
|
||||
<alias from="in" to="id" />
|
||||
<alias from="in_ID" to="id_ID" />
|
||||
<alias from="iw" to="he" />
|
||||
@ -271,8 +268,6 @@
|
||||
<alias from="zh_TW" to="zh_Hant_TW" />
|
||||
<emptyLocale locale="de_" />
|
||||
<emptyLocale locale="es_" />
|
||||
<emptyLocale locale="hi_" />
|
||||
<emptyLocale locale="zh_" />
|
||||
</deprecates>
|
||||
</run>
|
||||
</cldr-build>
|
||||
|
@ -27,11 +27,11 @@ COLLATION_CLDR_VERSION = 23
|
||||
|
||||
# Aliases without 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\
|
||||
in.txt in_ID.txt iw.txt\
|
||||
iw_IL.txt mo.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
|
||||
sr_RS.txt zh_CN.txt zh_HK.txt zh_MO.txt\
|
||||
zh_SG.txt zh_TW.txt
|
||||
|
||||
|
||||
# All aliases (to not be included under 'installed'), but not including root.
|
||||
|
@ -1,17 +0,0 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* empty locale file for dependency checking
|
||||
*/
|
||||
hi_{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
hi__DIRECT{
|
||||
collations{
|
||||
default{"direct"}
|
||||
}
|
||||
}
|
@ -1,17 +0,0 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* empty locale file for dependency checking
|
||||
*/
|
||||
zh_{
|
||||
/**
|
||||
* so genrb doesn't issue warnings
|
||||
*/
|
||||
___{""}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
zh_TW_STROKE{
|
||||
collations{
|
||||
default{"stroke"}
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2013 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
|
||||
// * Source File:<path>/icu-config.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
zh__PINYIN{
|
||||
collations{
|
||||
default{"pinyin"}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user