From 223f17cf7b796e49e222caf287889e4b2793d8a2 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 9 Feb 2016 05:32:07 -0500 Subject: localedata: CLDRv29: update LC_MONETARY int_curr_symbol & currency_symbol MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This updates a few locales based on CLDR v29 data. I've verified most by hand while the rest I know are correct. For int_curr_symbol, it should be 3 characters followed by a space: ar_SS: changing SDG to SSP bem_ZM: changing ZMK to ZMW dz_BT: changing BTN to BTN # Just changing " " to "". en_ZW: changing ZWD to USD es_SV: changing SVC to USD lv_LV: changing LVL to EUR ne_NP: changing INR to NPR pap_AW: changing ANG to AWG the_NP: changing INR to NPR Some of these require updates iso-4217.def. For currency_symbol, it should be the standard/localized symbol name: aa_DJ: changing $ to Fdj ar_SA: changing ريال to ر.س ar_SS: changing ج.س. to £ az_AZ: changing man. to ₼ bg_BG: changing лв to лв. ce_RU: changing руб to ₽ crh_UA: changing gr to ₴ cv_RU: changing t to ₽ de_CH: changing Fr. to CHF dz_BT: changing དངུལ་ཀྲམ་ to Nu. en_BW: changing Pu to P en_DK: changing ¤ to kr. en_PH: changing Php to ₱ en_ZW: changing Z$ to $ es_BO: changing $b to Bs es_DO: changing $ to RD$ es_HN: changing L. to L es_PA: changing B/ to B/. es_SV: changing ₡ to $ fil_PH: changing PhP to ₱ he_IL: changing שח to ₪ hy_AM: changing Դ to ֏ ka_GE: changing ლ to ₾ kk_KZ: changing тг to ₸ ko_KR: changing ₩ to ₩ lg_UG: changing /- to USh lv_LV: changing Ls to € mg_MG: changing AR to Ar mhr_RU: changing ТЕҤ to ₽ my_MM: changing Ks to K os_RU: changing сом to ₽ pap_AW: changing f to ƒ pap_CW: changing f to ƒ ps_AF: changing افغانۍ to ؋ rw_RW: changing Frw to FRw ru_RU: changing руб to ₽ ru_UA: changing гр to ₴ sd_IN@devanagari: changing रु to ₹ se_NO: changing ru to kr si_LK: changing ₨ to රු so_SO: changing $ to S sq_AL: changing Lek to L ti_ER: changing $ to Nfk ti_ET: changing $ to Br tl_PH: changing PhP to ₱ tr_TR: changing TL to ₺ tt_RU: changing руб to ₽ tt_RU@iqtelif: changing sum to ₽ uz_UZ: changing so'm to soʻm Note: Some of the characters might not render as they're still quite new in the Unicode database. --- localedata/ChangeLog | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 6fbd63d6d1..541c34f8d2 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,61 @@ +2016-04-15 Mike Frysinger + + [BZ #16374] + [BZ #18896] + * locales/aa_DJ (int_curr_symbol, currency_symbol): Update values to + match CLDRv29. + * locales/ar_SA: Likewise. + * locales/ar_SS: Likewise. + * locales/az_AZ: Likewise. + * locales/bem_ZM: Likewise. + * locales/bg_BG: Likewise. + * locales/ce_RU: Likewise. + * locales/crh_UA: Likewise. + * locales/cv_RU: Likewise. + * locales/de_CH: Likewise. + * locales/dz_BT: Likewise. + * locales/en_BW: Likewise. + * locales/en_DK: Likewise. + * locales/en_PH: Likewise. + * locales/en_ZW: Likewise. + * locales/es_BO: Likewise. + * locales/es_DO: Likewise. + * locales/es_HN: Likewise. + * locales/es_PA: Likewise. + * locales/es_SV: Likewise. + * locales/fil_PH: Likewise. + * locales/he_IL: Likewise. + * locales/hy_AM: Likewise. + * locales/ka_GE: Likewise. + * locales/kk_KZ: Likewise. + * locales/ko_KR: Likewise. + * locales/lg_UG: Likewise. + * locales/lv_LV: Likewise. + * locales/mg_MG: Likewise. + * locales/mhr_RU: Likewise. + * locales/my_MM: Likewise. + * locales/ne_NP: Likewise. + * locales/os_RU: Likewise. + * locales/pap_AW: Likewise. + * locales/pap_CW: Likewise. + * locales/ps_AF: Likewise. + * locales/ru_RU: Likewise. + * locales/ru_UA: Likewise. + * locales/rw_RW: Likewise. + * locales/sd_IN@devanagari: Likewise. + * locales/se_NO: Likewise. + * locales/si_LK: Likewise. + * locales/so_SO: Likewise. + * locales/sq_AL: Likewise. + * locales/the_NP: Likewise. + * locales/ti_ER: Likewise. + * locales/ti_ET: Likewise. + * locales/tl_PH: Likewise. + * locales/tr_TR: Likewise. + * locales/tt_RU: Likewise. + * locales/tt_RU@iqtelif: Likewise. + * locales/uz_UZ: Likewise. + 2016-04-15 Mike Frysinger * locale/programs/ld-identification.c (identification_finish): Check -- cgit 1.4.1