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:
George Rhoten 2016-03-02 00:47:06 +00:00
parent 378a66f69c
commit 4263537b90
15 changed files with 29 additions and 45 deletions

View File

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

View File

@ -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{
___{""}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_DO{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_GT{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_HN{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_MX{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_NI{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_PA{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_PR{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_SV{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
es_US{
"%%ALIAS"{"es_003"}
"%%ALIAS"{"es_419"}
}

View File

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

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
zh_HK{
"%%ALIAS"{"zh_Hant_HK"}
"%%ALIAS"{"yue"}
}

View File

@ -6,9 +6,6 @@
// * Source File: <path>/icu-locale-deprecates.xml & build.xml
// *
// ***************************************************************************
/**
* generated alias target
*/
zh_Hant_HK{
___{""}
"%%ALIAS"{"yue"}
}

View File

@ -7,5 +7,5 @@
// *
// ***************************************************************************
zh_MO{
"%%ALIAS"{"zh_Hant_HK"}
"%%ALIAS"{"yue"}
}