diff options
| author | Zack Weinberg <zackw@panix.com> | 2017-09-01 09:31:43 -0400 |
|---|---|---|
| committer | Zack Weinberg <zackw@panix.com> | 2017-09-01 09:31:43 -0400 |
| commit | ce870587d5055437619680700ee5663a3cec66f6 (patch) | |
| tree | fa4183ff6e3aab51276f5709ccdfdf93449cb89c /ChangeLog.old/ChangeLog.localedata | |
| parent | e0d2eb5a798613f9c24ad0056da86c8cfd19043d (diff) | |
| download | glibc-ce870587d5055437619680700ee5663a3cec66f6.tar.xz glibc-ce870587d5055437619680700ee5663a3cec66f6.zip | |
Move all old ChangeLogs to a top-level ChangeLog.old directory.
Diffstat (limited to 'ChangeLog.old/ChangeLog.localedata')
| -rw-r--r-- | ChangeLog.old/ChangeLog.localedata | 12593 |
1 files changed, 12593 insertions, 0 deletions
diff --git a/ChangeLog.old/ChangeLog.localedata b/ChangeLog.old/ChangeLog.localedata new file mode 100644 index 0000000000..7f50584639 --- /dev/null +++ b/ChangeLog.old/ChangeLog.localedata @@ -0,0 +1,12593 @@ +2017-08-31 Mike FABIAN <mfabian@redhat.com> + + [BZ #15332] + * locales/es_CU (LC_MONETARY): use “,” for mon_decimal_point + and “.” for mon_thousands_sep (to agree with CLDR) + * locales/es_CU (LC_NUMERIC): Likewise for decimal_point and + thousands_sep. + +2017-08-31 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #22044] + * locales/li_BE (LC_TIME): copy "li_NL". + +2017-08-30 Mike FABIAN <mfabian@redhat.com> + + [BZ #16148] + * locales/ca_ES (LC_NUMERIC): Use “.” in thousands_sep. + And make it more readable by using ASCII. + +2017-08-30 Mike FABIAN <mfabian@redhat.com> + + [BZ #22022] + * locales/mni_IN (LC_ADDRESS): Add country_name. + +2017-08-30 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #22038] + * locales/so_DJ (LC_TIME): Fix abday, abmon and + make t_fmt in the comment agree with the value of t_fmt. + * locales/so_ET (LC_TIME): Fix abday (From Axa to Axd) + * locales/so_KE (LC_TIME): Fix abday (From Axa to Axd) + * locales/so_SO (LC_TIME): Fix abday (From Axa to Axd) + +2017-08-09 Wei-Lun Chao <bluebat@member.fsf.org> + + [BZ #21951] + * locales/cns11643_stroke: Update hanzi collation by stroke + (Add license declaration, use strokes by component). + +2017-08-29 Mike FABIAN <mfabian@redhat.com> + + [BZ #13805] + * locales/ru_RU (LC_MONETARY): Use “,” for mon_decimal_point + (to agree with CLDR). + * locales/ru_RU (LC_NUMERIC): Write mon_decimal_point in ASCII + for readability. + * locales/os_RU (LC_MONETARY): Copy from ru_RU, + makes it agree with CLDR. + +2017-08-29 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21971] + * localedata/SUPPORTED: Add mfe_MU/UTF-8. + * localedata/locales/mfe_MU: New File. + +2017-08-29 Mike FABIAN <mfabian@redhat.com> + + * locales/sgs_LT (LC_TIME): Use NFC for the strings in “day”. + * locales/sgs_LT (LC_MESSAGES): Use NFC for “yesstr” and “nostr”. + +2017-08-28 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21959] + * locales/zu_ZA (LC_ADDRESS): Fix country name to agree with CLDR. + +2017-08-18 Mike FABIAN <mfabian@redhat.com> + + [BZ #21750] + * charmaps/UTF-8: Use the range notation for all ranges + of neighbouring characters with the same width. + +2017-08-17 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21960] + * locales/bem_ZM (LC_TIME): Fix abmon, make it agree with CLDR. + +2017-08-17 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21959] + * locales/xh_ZA (LC_ADDRESS): Fix country name. + +2017-07-14 Thorsten Glaser <tg@mirbsd.de> + + [BZ #21750] + * charmaps/UTF-8: Refresh. + * unicode-gen/utf8_gen.py (U+00AD): Set width to 1. + * unicode-gen/utf8_gen.py (U+1160..U+11FF): Set width to 0. + * unicode-gen/utf8_gen.py (U+3248..U+324F): Set width to 2. + * unicode-gen/utf8_gen.py (U+4DC0..U+4DFF): Likewise. + * unicode-gen/utf8_gen.py: Treat category Me and Mn as combining. + [BZ #19852] + * unicode-gen/utf8_gen.py: Process EastAsianWidth lines before + UnicodeData lines so the latter have precedence; remove hack + to group output by EastAsianWidth ranges. + +2017-08-14 Mike FABIAN <mfabian@redhat.com> + + [BZ #14925] + * locales/bn_BD (LC_IDENTIFICATION): Change language name in + “title” and “language” from Bengali to Bangla. + * locales/bn_IN (LC_IDENTIFICATION): Likewise. + +2017-08-14 Mike FABIAN <mfabian@redhat.com> + + [BZ #20008] + * locales/km_KH (LC_CTYPE): Use “copy "i18n"”. + +2017-08-14 Mike FABIAN <mfabian@redhat.com> + + [BZ #20482] + * locales/de_AT (LC_TIME): Use 2 letter abbreviations in abday. + * locales/de_BE (LC_TIME): Use 2 letter abbreviations in abday. + * locales/de_CH (LC_TIME): Use 2 letter abbreviations in abday. + * locales/de_DE (LC_TIME): Use readable ASCII in abday. + * locales/de_IT (LC_TIME): Use readable ASCII in abday. + * locales/de_LU (LC_TIME): Use 2 letter abbreviations in abday. + +2017-08-14 Julen Ruiz Aizpuru <julenx@gmail.com> + + [BZ #12349] + * locales/eu_ES (LC_NUMERIC): Fix thousands_sep and grouping + and use readable ASCII for decimal_point. + +2017-08-12 Mike FABIAN <mfabian@redhat.com> + + * locales/es_MX (LC_NUMERIC): Replace thin space with NNBSP as thousands separator. + +2017-08-12 Stanislav Brabec <sbrabec@suse.cz> + + [BZ #20756] + * locales/aa_DJ (LC_MONETARY): Replace space by NNBSP as thousands separator. + * locales/az_AZ (LC_MONETARY): Likewise. + * locales/be_BY (LC_MONETARY): Likewise. + * locales/be_BY@latin (LC_MONETARY): Likewise. + * locales/bg_BG (LC_MONETARY): Likewise. + * locales/bs_BA (LC_MONETARY): Likewise. + * locales/ce_RU (LC_MONETARY): Likewise. + * locales/crh_UA (LC_MONETARY): Likewise. + * locales/cs_CZ (LC_MONETARY): Likewise. + * locales/cs_CZ (LC_NUMERIC): Likewise. + * locales/cv_RU (LC_MONETARY): Likewise. + * locales/de_AT (LC_MONETARY): Likewise. + * locales/eo (LC_MONETARY): Likewise. + * locales/es_CR (LC_MONETARY): Likewise. + * locales/es_CR (LC_NUMERIC): Likewise. + * locales/es_CU (LC_MONETARY): Likewise. + * locales/et_EE (LC_MONETARY): Likewise. + * locales/et_EE (LC_NUMERIC): Likewise. + * locales/fi_FI (LC_MONETARY): Likewise. + * locales/fi_FI (LC_NUMERIC): Likewise. + * locales/fr_CA (LC_MONETARY): Likewise. + * locales/fr_FR (LC_MONETARY): Likewise. + * locales/fr_FR (LC_NUMERIC): Likewise. + * locales/fr_LU (LC_MONETARY): Likewise. + * locales/fr_LU (LC_NUMERIC): Likewise. + * locales/hr_HR (LC_MONETARY): Likewise. + * locales/ht_HT (LC_NUMERIC): Likewise. + * locales/kk_KZ (LC_MONETARY): Likewise. + * locales/kk_KZ (LC_NUMERIC): Likewise. + * locales/ky_KG (LC_MONETARY): Likewise. + * locales/ky_KG (LC_NUMERIC): Likewise. + * locales/lv_LV (LC_MONETARY): Likewise. + * locales/lv_LV (LC_NUMERIC): Likewise. + * locales/mg_MG (LC_MONETARY): Likewise. + * locales/mhr_RU (LC_MONETARY): Likewise. + * locales/mk_MK (LC_MONETARY): Likewise. + * locales/mk_MK (LC_NUMERIC): Likewise. + * locales/mn_MN (LC_MONETARY): Likewise. + * locales/nb_NO (LC_MONETARY): Likewise. + * locales/nb_NO (LC_NUMERIC): Likewise. + * locales/nl_AW (LC_MONETARY): Likewise. + * locales/nl_NL (LC_MONETARY): Likewise. + * locales/nn_NO (LC_MONETARY): Likewise. + * locales/os_RU (LC_MONETARY): Likewise. + * locales/pap_AW (LC_MONETARY): Likewise. + * locales/pap_CW (LC_MONETARY): Likewise. + * locales/ru_RU (LC_MONETARY): Likewise. + * locales/ru_RU (LC_NUMERIC): Likewise. + * locales/ru_UA (LC_MONETARY): Likewise. + * locales/sk_SK (LC_MONETARY): Likewise. + * locales/sk_SK (LC_NUMERIC): Likewise. + * locales/sl_SI (LC_MONETARY): Likewise. + * locales/sl_SI (LC_NUMERIC): Likewise. + * locales/sq_MK (LC_MONETARY): Likewise. + * locales/sv_SE (LC_MONETARY): Likewise. + * locales/sv_SE (LC_NUMERIC): Likewise. + * locales/tg_TJ (LC_MONETARY): Likewise. + * locales/tt_RU (LC_MONETARY): Likewise. + * locales/tt_RU@iqtelif (LC_MONETARY): Likewise. + * locales/uk_UA (LC_MONETARY): Likewise. + * locales/uk_UA (LC_NUMERIC): Likewise. + * locales/unm_US (LC_MONETARY): Likewise. + * locales/unm_US (LC_NUMERIC): Likewise. + * locales/wo_SN (LC_MONETARY): Likewise. + +2017-08-10 Akhilesh Kumar <akhilesh.k@samsung.com> + + Remove redundant data for LC_MONETARY + + Reference is taken from + https://en.wikipedia.org/wiki/Indian_numbering_system + https://en.wikipedia.org/wiki/Indian_rupee + + [BZ #21836] + * locales/ar_IN (LC_MONETARY) : copy "hi_IN" + * locales/as_IN (LC_MONETARY) : copy "hi_IN" + * locales/bhb_IN (LC_MONETARY): copy "hi_IN" + * locales/bn_IN (LC_MONETARY) : copy "hi_IN" + * locales/en_IN (LC_MONETARY) : copy "hi_IN" + * locales/gu_IN (LC_MONETARY) : copy "hi_IN" + * locales/hi_IN (LC_MONETARY) : Fix mon_grouping, + p_sep_by_space and n_sep_by_space + * locales/kn_IN (LC_MONETARY) : copy "hi_IN" + * locales/kok_IN(LC_MONETARY) : copy "hi_IN" + * locales/ks_IN (LC_MONETARY) : copy "hi_IN" + * locales/ml_IN (LC_MONETARY) : copy "hi_IN" + * locales/mr_IN (LC_MONETARY) : copy "hi_IN" + * locales/or_IN (LC_MONETARY) : copy "hi_IN" + * locales/pa_IN (LC_MONETARY) : copy "hi_IN" + * locales/sa_IN (LC_MONETARY) : copy "hi_IN" + * locales/sd_IN (LC_MONETARY) : copy "hi_IN" + * locales/ta_IN (LC_MONETARY) : copy "hi_IN" + * locales/tcy_IN(LC_MONETARY) : copy "hi_IN" + * locales/te_IN (LC_MONETARY) : copy "hi_IN" + * locales/ur_IN (LC_MONETARY) : copy "hi_IN" + +2017-08-09 Wei-Lun Chao <bluebat@member.fsf.org> + + [BZ #17563] + [BZ #16905] + * locales/cmn_TW (LC_COLLATE): Use cns11643_stroke file for sorting. + * locales/cmn_TW (LC_TIME): Improve time and date formats. + * locales/cmn_TW (LC_MESSAGES): Add yesstr and nostr. + * locales/cns11643_stroke: New file, stroke count collation for + traditional Chinese. + +2017-08-08 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21920] + * locales/mt_MT (LC_MONETARY): Fix p_cs_precedes/n_cs_precedes. + +2017-08-08 Mike FABIAN <mfabian@redhat.com> + + Remove “% Charset: ...” comments from locale sources. + + These comments are useless and only confusing. The encodings used to + create binary locales from source locales are listed in the + localedata/SUPPORTED file. The source files itself are ASCII or UTF-8 + encoded where non-ASCII UTF-8 is currently only used in comments. If + all locale source files are UTF-8 anyway, there is no need to specify + that in a special comment. + + * locales/POSIX: Remove “% Charset:” comment. + * locales/aa_DJ: Likewise. + * locales/aa_ER: Likewise. + * locales/aa_ER@saaho: Likewise. + * locales/aa_ET: Likewise. + * locales/af_ZA: Likewise. + * locales/agr_PE: Likewise. + * locales/ak_GH: Likewise. + * locales/am_ET: Likewise. + * locales/an_ES: Likewise. + * locales/ar_SA: Likewise. + * locales/ayc_PE: Likewise. + * locales/az_AZ: Likewise. + * locales/az_IR: Likewise. + * locales/be_BY: Likewise. + * locales/be_BY@latin: Likewise. + * locales/bem_ZM: Likewise. + * locales/ber_DZ: Likewise. + * locales/ber_MA: Likewise. + * locales/br_FR: Likewise. + * locales/br_FR@euro: Likewise. + * locales/bs_BA: Likewise. + * locales/byn_ER: Likewise. + * locales/ca_AD: Likewise. + * locales/ca_ES: Likewise. + * locales/ca_ES@euro: Likewise. + * locales/ca_FR: Likewise. + * locales/ca_IT: Likewise. + * locales/ce_RU: Likewise. + * locales/cmn_TW: Likewise. + * locales/crh_UA: Likewise. + * locales/cs_CZ: Likewise. + * locales/csb_PL: Likewise. + * locales/cv_RU: Likewise. + * locales/cy_GB: Likewise. + * locales/da_DK: Likewise. + * locales/de_AT: Likewise. + * locales/de_AT@euro: Likewise. + * locales/de_BE: Likewise. + * locales/de_BE@euro: Likewise. + * locales/de_LU: Likewise. + * locales/de_LU@euro: Likewise. + * locales/dv_MV: Likewise. + * locales/dz_BT: Likewise. + * locales/el_GR: Likewise. + * locales/en_AU: Likewise. + * locales/en_BW: Likewise. + * locales/en_CA: Likewise. + * locales/en_DK: Likewise. + * locales/en_GB: Likewise. + * locales/en_IE: Likewise. + * locales/en_IE@euro: Likewise. + * locales/en_NG: Likewise. + * locales/en_NZ: Likewise. + * locales/en_ZA: Likewise. + * locales/en_ZM: Likewise. + * locales/en_ZW: Likewise. + * locales/eo: Likewise. + * locales/es_AR: Likewise. + * locales/es_BO: Likewise. + * locales/es_CL: Likewise. + * locales/es_CO: Likewise. + * locales/es_CR: Likewise. + * locales/es_DO: Likewise. + * locales/es_EC: Likewise. + * locales/es_ES: Likewise. + * locales/es_ES@euro: Likewise. + * locales/es_GT: Likewise. + * locales/es_HN: Likewise. + * locales/es_MX: Likewise. + * locales/es_NI: Likewise. + * locales/es_PA: Likewise. + * locales/es_PE: Likewise. + * locales/es_PR: Likewise. + * locales/es_PY: Likewise. + * locales/es_SV: Likewise. + * locales/es_US: Likewise. + * locales/es_UY: Likewise. + * locales/es_VE: Likewise. + * locales/et_EE: Likewise. + * locales/eu_ES: Likewise. + * locales/eu_ES@euro: Likewise. + * locales/fa_IR: Likewise. + * locales/ff_SN: Likewise. + * locales/fi_FI: Likewise. + * locales/fi_FI@euro: Likewise. + * locales/fil_PH: Likewise. + * locales/fo_FO: Likewise. + * locales/fr_BE: Likewise. + * locales/fr_BE@euro: Likewise. + * locales/fr_CA: Likewise. + * locales/fr_CH: Likewise. + * locales/fr_FR: Likewise. + * locales/fr_FR@euro: Likewise. + * locales/fr_LU: Likewise. + * locales/fr_LU@euro: Likewise. + * locales/fur_IT: Likewise. + * locales/fy_DE: Likewise. + * locales/fy_NL: Likewise. + * locales/ga_IE: Likewise. + * locales/ga_IE@euro: Likewise. + * locales/gd_GB: Likewise. + * locales/gez_ER: Likewise. + * locales/gez_ER@abegede: Likewise. + * locales/gez_ET: Likewise. + * locales/gez_ET@abegede: Likewise. + * locales/gl_ES: Likewise. + * locales/gl_ES@euro: Likewise. + * locales/gv_GB: Likewise. + * locales/ha_NG: Likewise. + * locales/hak_TW: Likewise. + * locales/he_IL: Likewise. + * locales/hr_HR: Likewise. + * locales/ht_HT: Likewise. + * locales/hu_HU: Likewise. + * locales/hy_AM: Likewise. + * locales/ia_FR: Likewise. + * locales/id_ID: Likewise. + * locales/ig_NG: Likewise. + * locales/ik_CA: Likewise. + * locales/is_IS: Likewise. + * locales/it_CH: Likewise. + * locales/it_IT: Likewise. + * locales/it_IT@euro: Likewise. + * locales/iu_CA: Likewise. + * locales/ja_JP: Likewise. + * locales/ka_GE: Likewise. + * locales/kk_KZ: Likewise. + * locales/kl_GL: Likewise. + * locales/km_KH: Likewise. + * locales/ku_TR: Likewise. + * locales/kw_GB: Likewise. + * locales/ky_KG: Likewise. + * locales/lb_LU: Likewise. + * locales/lg_UG: Likewise. + * locales/lo_LA: Likewise. + * locales/lv_LV: Likewise. + * locales/lzh_TW: Likewise. + * locales/mg_MG: Likewise. + * locales/mhr_RU: Likewise. + * locales/mi_NZ: Likewise. + * locales/mk_MK: Likewise. + * locales/mn_MN: Likewise. + * locales/nan_TW: Likewise. + * locales/nan_TW@latin: Likewise. + * locales/nhn_MX: Likewise. + * locales/niu_NU: Likewise. + * locales/niu_NZ: Likewise. + * locales/nl_BE: Likewise. + * locales/nl_BE@euro: Likewise. + * locales/nl_NL: Likewise. + * locales/nl_NL@euro: Likewise. + * locales/nr_ZA: Likewise. + * locales/nso_ZA: Likewise. + * locales/oc_FR: Likewise. + * locales/om_ET: Likewise. + * locales/om_KE: Likewise. + * locales/os_RU: Likewise. + * locales/pa_PK: Likewise. + * locales/pl_PL: Likewise. + * locales/ps_AF: Likewise. + * locales/pt_BR: Likewise. + * locales/pt_PT: Likewise. + * locales/pt_PT@euro: Likewise. + * locales/quz_PE: Likewise. + * locales/ro_RO: Likewise. + * locales/ru_RU: Likewise. + * locales/ru_UA: Likewise. + * locales/sc_IT: Likewise. + * locales/se_NO: Likewise. + * locales/sgs_LT: Likewise. + * locales/si_LK: Likewise. + * locales/sid_ET: Likewise. + * locales/sk_SK: Likewise. + * locales/sl_SI: Likewise. + * locales/so_DJ: Likewise. + * locales/so_ET: Likewise. + * locales/so_KE: Likewise. + * locales/so_SO: Likewise. + * locales/sr_ME: Likewise. + * locales/sr_RS: Likewise. + * locales/sr_RS@latin: Likewise. + * locales/ss_ZA: Likewise. + * locales/st_ZA: Likewise. + * locales/sv_FI: Likewise. + * locales/sv_FI@euro: Likewise. + * locales/sv_SE: Likewise. + * locales/sw_KE: Likewise. + * locales/sw_TZ: Likewise. + * locales/szl_PL: Likewise. + * locales/ta_LK: Likewise. + * locales/tg_TJ: Likewise. + * locales/th_TH: Likewise. + * locales/ti_ER: Likewise. + * locales/ti_ET: Likewise. + * locales/tig_ER: Likewise. + * locales/tk_TM: Likewise. + * locales/tl_PH: Likewise. + * locales/tn_ZA: Likewise. + * locales/tr_CY: Likewise. + * locales/tr_TR: Likewise. + * locales/ts_ZA: Likewise. + * locales/tt_RU: Likewise. + * locales/tt_RU@iqtelif: Likewise. + * locales/ug_CN: Likewise. + * locales/uk_UA: Likewise. + * locales/ur_PK: Likewise. + * locales/uz_UZ@cyrillic: Likewise. + * locales/ve_ZA: Likewise. + * locales/vi_VN: Likewise. + * locales/wa_BE: Likewise. + * locales/wa_BE@euro: Likewise. + * locales/wae_CH: Likewise. + * locales/wal_ET: Likewise. + * locales/wo_SN: Likewise. + * locales/xh_ZA: Likewise. + * locales/yi_US: Likewise. + * locales/yo_NG: Likewise. + * locales/zh_TW: Likewise. + * locales/zu_ZA: Likewise. + +2017-08-04 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21854] + * locales/en_SC: New file. + * localedata/SUPPORTED : Add en_SC/UTF-8. + +2017-08-07 Andreas Schwab <schwab@suse.de> + + * Makefile ($(objpfx)tst-trans.out) + ($(objpfx)tst-ctype.out): Redirect output to target. + +2017-08-03 Mike FABIAN <mfabian@redhat.com> + + For the locales doi_IN, kok_IN, and sat_IN, the words for + “yes” and “no” were apparently in yesexpr and noexpr. + Copy them from there to add yesstr and nostr. + Also make yesexpr and noexpr more readable by using + the POSIX portable character set. + + * locales/doi_IN (LC_MESSAGES): Add yesstr and nostr. + * locales/kok_IN (LC_MESSAGES): Add yesstr and nostr. + * locales/sat_IN (LC_MESSAGES): Add yesstr and nostr. + +2017-08-03 Mike FABIAN <mfabian@redhat.com> + + Revert “Fix yesexpr in en_DK locale”. + + * locales/en_DK (LC_MESSAGES): Restore original yesexpr, noexpr, + yesstr, nostr. Convert them to ASCII and add a comment why + we want to have them like this. + +2017-08-03 Mike FABIAN <mfabian@redhat.com> + + * locales/km_KH (LC_MESSAGES): drop redundant ([eE][sS])? and [oO]? + from yesexpr and noexpr + +2017-08-03 Mike FABIAN <mfabian@redhat.com> + + * locales/agr_PE (LC_MESSAGES): drop .* from yesexpr and noexpr + +2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21845] + * locales/bho_NP: New file, Bhojpuri locale for Nepal. + * SUPPORTED: Add bho_NP/UTF-8 + +2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21867] + * locales/en_DK (LC_MESSAGES): Fix yesexpr + +2017-08-02 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21853] + * locales/zh_SG (LC_TIME): Fix abday + +2017-07-27 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21848] + * locales/mai_NP (LC_IDENTIFICATION): Fix country name in title. + +2017-07-27 Ihar Hrachyshka <ihrachys@redhat.com> + + * locales/be_BY@latin (LC_ADDRESS): Improve country_name. + +2017-07-27 Mike FABIAN <mfabian@redhat.com> + + * locales/az_IR (LC_MESSAGES): Improve yesexpr and noexpr. + * locales/az_IR (LC_ADDRESS): Fix typo in comment and + use the individual iso-639-3 code for South Azerbaijani + "azb" in lang_term. + * locales/az_IR (LC_NAME): Improve readability of name_fmt in source. + +2017-07-27 Mousa Moradi <mousamk@gmail.com> + + [BZ #14172] + * locales/az_IR: New file. + * SUPPORTED: Add az_IR/UTF-8. + +2017-07-27 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21839] + * locales/ta_LK (LC_MONETARY): copy "si_LK" + +2017-07-27 Mike FABIAN <mfabian@redhat.com> + + * locales/nds_NL (LC_ADDRESS): Fix country name. + +2017-07-27 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21844] + * locales/mai_IN (LC_TIME): Fix Latin characters and month sequence. + +2017-07-26 Mike FABIAN <mfabian@redhat.com> + + Revert: + 2017-07-26 Akhilesh Kumar <akhilesh.k@samsung.com> + + Remove redundant data for LC_MONETARY + + [BZ #21836] + * locales/ar_IN (LC_MONETARY): copy "hi_IN" + * locales/as_IN (LC_MONETARY): copy "hi_IN" + * locales/bhb_IN (LC_MONETARY): copy "hi_IN" + * locales/bn_IN (LC_MONETARY): copy "hi_IN" + * locales/en_IN (LC_MONETARY): copy "hi_IN" + * locales/gu_IN (LC_MONETARY): copy "hi_IN" + * locales/kn_IN (LC_MONETARY): copy "hi_IN" + * locales/kok_IN (LC_MONETARY): copy "hi_IN" + * locales/ks_IN (LC_MONETARY): copy "hi_IN" + * locales/ml_IN (LC_MONETARY): copy "hi_IN" + * locales/mr_IN (LC_MONETARY): copy "hi_IN" + * locales/or_IN (LC_MONETARY): copy "hi_IN" + * locales/pa_IN (LC_MONETARY): copy "hi_IN" + * locales/sa_IN (LC_MONETARY): copy "hi_IN" + * locales/sd_IN (LC_MONETARY): copy "hi_IN" + * locales/ta_IN (LC_MONETARY): copy "hi_IN" + * locales/tcy_IN (LC_MONETARY): copy "hi_IN" + * locales/te_IN (LC_MONETARY): copy "hi_IN" + * locales/ur_IN (LC_MONETARY): copy "hi_IN" + +2017-07-26 Mike FABIAN <mfabian@redhat.com> + + * locales/hif_FJ (LC_TIME): Remove erroneous spaces from d_t_fmt. + * locales/km_KH (LC_TIME): Remove erroneous space from d_t_fmt. + * locales/sm_WS (LC_TIME): Remove erroneous spaces from day. + +2017-07-26 Mike FABIAN <mfabian@redhat.com> + + * locales/et_EE (LC_ADDRESS): Remove tabs in postal_fmt. + * locales/hif_FJ (LC_TIME): Remove tabs in t_fmt_ampm. + * locales/hif_FJ (LC_NAME): Remove tabs in name_fmt. + +2017-07-26 Mike FABIAN <mfabian@redhat.com> + + * locales/agr_PE (LC_IDENTIFICATION): Fix inappropriate character. + * locales/an_ES (LC_IDENTIFICATION): Fix inappropriate character. + * locales/gv_GB (LC_IDENTIFICATION): Fix inappropriate character. + * locales/kw_GB (LC_IDENTIFICATION): Fix inappropriate character. + * locales/ln_CD (LC_IDENTIFICATION): Fix inappropriate character. + * locales/nb_NO (LC_IDENTIFICATION): Fix inappropriate character. + * locales/pap_CW (LC_IDENTIFICATION): Fix inappropriate character. + * locales/se_NO (LC_IDENTIFICATION): Fix inappropriate character. + * locales/sgs_LT (LC_IDENTIFICATION): Fix inappropriate character. + +2017-07-26 Mike FABIAN <mfabian@redhat.com> + + * locales/aa_DJ (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/aa_ER (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/aa_ET (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/ak_GH (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/bn_BD (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/de_IT (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/es_CU (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/gd_GB (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/gl_ES (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/he_IL (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/hr_HR (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/ht_HT (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/hy_AM (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/lg_UG (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/mai_IN (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/mg_MG (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/pl_PL (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/quz_PE (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/se_NO (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/sl_SI (LC_IDENTIFICATION): Fix inappropriate escape sequence. + * locales/ta_LK (LC_IDENTIFICATION): Fix inappropriate escape sequence. + +2017-07-21 Rafal Luzynski <digitalfreak@lingonborough.com> + + Indian scripts: abmon imported from CLDRv31 (related with + BZ#21217). + + * locales/as_IN (abmon): Update from CLDR. + * locales/bn_BD (abmon): Likewise. + * locales/bn_IN (abmon): Likewise. + * locales/gu_IN (abmon): Likewise. + * locales/hi_IN (abmon): Likewise. + * locales/kn_IN (abmon): Likewise. + * locales/ml_IN (abmon): Likewise. + * locales/mr_IN (abmon): Likewise. + * locales/ne_NP (abmon): Likewise. + * locales/or_IN (abmon): Likewise. + * locales/pa_IN (abmon): Likewise. + * locales/ta_IN (abmon): Likewise. + * locales/te_IN (abmon): Likewise. + + * locales/kok_IN (abmon): Likewise but copied from mon. + +2017-07-26 Mike FABIAN <mfabian@redhat.com> + + * localedata/locales/mai_NP: Use POSIX Portable Character Set. + +2017-07-26 Akhilesh Kumar <akhilesh.k@samsung.com> + + [BZ #21835] + * lo |
