56ffae8a0b
Builds res_index.txt based on directory glob minus aliases read from deprecates XML file. In ICU 64, please use the ICU Data Build Tool instead of reslocal.mk for locale filtering.
35 lines
1.3 KiB
XML
35 lines
1.3 KiB
XML
<!--
|
|
/*
|
|
* Copyright (C) 2016 and later: Unicode, Inc. and others.
|
|
* License & terms of use: http://www.unicode.org/copyright.html
|
|
*******************************************************************************
|
|
* Copyright (C) 2015-2016, International Business Machines Corporation and *
|
|
* others. All Rights Reserved. *
|
|
*******************************************************************************
|
|
*/
|
|
-->
|
|
<!--
|
|
TODO: Most of these aliases are CLDR parent locales. Is this separate list
|
|
necessary and can we just use the main list in icu-locale-deprecates.xml?
|
|
-->
|
|
<deprecates>
|
|
<alias from="ars" to="ar" />
|
|
<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_Hant_HK" to="yue" />
|
|
<alias from="zh_HK" to="yue" />
|
|
<alias from="zh_MO" to="yue" />
|
|
<alias from="zh_TW" to="zh_Hant" />
|
|
</deprecates>
|