ICU-12142 Update RBNF aliases for Cantonese and Spanish to match the current CLDR locale inheritance
X-SVN-Rev: 38458
This commit is contained in:
parent
378a66f69c
commit
4263537b90
@ -1,26 +1,27 @@
|
||||
<!--
|
||||
/*
|
||||
*******************************************************************************
|
||||
* Copyright (C) 2015, International Business Machines Corporation and *
|
||||
* Copyright (C) 2015-2016, International Business Machines Corporation and *
|
||||
* others. All Rights Reserved. *
|
||||
*******************************************************************************
|
||||
*/
|
||||
-->
|
||||
<deprecates>
|
||||
<alias from="es_DO" to="es_003" />
|
||||
<alias from="es_GT" to="es_003" />
|
||||
<alias from="es_HN" to="es_003" />
|
||||
<alias from="es_MX" to="es_003" />
|
||||
<alias from="es_NI" to="es_003" />
|
||||
<alias from="es_PA" to="es_003" />
|
||||
<alias from="es_PR" to="es_003" />
|
||||
<alias from="es_SV" to="es_003" />
|
||||
<alias from="es_US" to="es_003" />
|
||||
<alias from="es_DO" to="es_419" />
|
||||
<alias from="es_GT" to="es_419" />
|
||||
<alias from="es_HN" to="es_419" />
|
||||
<alias from="es_MX" to="es_419" />
|
||||
<alias from="es_NI" to="es_419" />
|
||||
<alias from="es_PA" to="es_419" />
|
||||
<alias from="es_PR" to="es_419" />
|
||||
<alias from="es_SV" to="es_419" />
|
||||
<alias from="es_US" to="es_419" />
|
||||
<alias from="in" to="id" />
|
||||
<alias from="iw" to="he" />
|
||||
<alias from="no" to="nb" />
|
||||
<alias from="sh" to="sr_Latn" />
|
||||
<alias from="zh_HK" to="zh_Hant_HK" />
|
||||
<alias from="zh_MO" to="zh_Hant_HK" />
|
||||
<alias from="zh_Hant_HK" to="yue" />
|
||||
<alias from="zh_HK" to="yue" />
|
||||
<alias from="zh_MO" to="yue" />
|
||||
<alias from="zh_TW" to="zh_Hant" />
|
||||
</deprecates>
|
||||
|
@ -1,14 +0,0 @@
|
||||
// ***************************************************************************
|
||||
// *
|
||||
// * Copyright (C) 2016 International Business Machines
|
||||
// * Corporation and others. All Rights Reserved.
|
||||
// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
|
||||
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
es_003{
|
||||
___{""}
|
||||
}
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_DO{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_GT{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_HN{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_MX{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_NI{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_PA{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_PR{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_SV{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
es_US{
|
||||
"%%ALIAS"{"es_003"}
|
||||
"%%ALIAS"{"es_419"}
|
||||
}
|
||||
|
@ -26,10 +26,10 @@ RBNF_CLDR_VERSION = %version%
|
||||
# Generated by LDML2ICUConverter, from LDML source files.
|
||||
|
||||
# Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
|
||||
RBNF_SYNTHETIC_ALIAS = es_003.txt es_DO.txt es_GT.txt es_HN.txt\
|
||||
es_MX.txt es_NI.txt es_PA.txt es_PR.txt es_SV.txt\
|
||||
es_US.txt in.txt iw.txt no.txt sh.txt\
|
||||
zh_HK.txt zh_Hant_HK.txt zh_MO.txt zh_TW.txt
|
||||
RBNF_SYNTHETIC_ALIAS = es_DO.txt es_GT.txt es_HN.txt es_MX.txt\
|
||||
es_NI.txt es_PA.txt es_PR.txt es_SV.txt es_US.txt\
|
||||
in.txt iw.txt no.txt sh.txt zh_HK.txt\
|
||||
zh_Hant_HK.txt zh_MO.txt zh_TW.txt
|
||||
|
||||
|
||||
# All aliases (to not be included under 'installed'), but not including root.
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
zh_HK{
|
||||
"%%ALIAS"{"zh_Hant_HK"}
|
||||
"%%ALIAS"{"yue"}
|
||||
}
|
||||
|
@ -6,9 +6,6 @@
|
||||
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
|
||||
// *
|
||||
// ***************************************************************************
|
||||
/**
|
||||
* generated alias target
|
||||
*/
|
||||
zh_Hant_HK{
|
||||
___{""}
|
||||
"%%ALIAS"{"yue"}
|
||||
}
|
||||
|
@ -7,5 +7,5 @@
|
||||
// *
|
||||
// ***************************************************************************
|
||||
zh_MO{
|
||||
"%%ALIAS"{"zh_Hant_HK"}
|
||||
"%%ALIAS"{"yue"}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user