From 1bea5858dd5b2615288e96525f3918e35f42dd2d Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Sat, 1 Jul 2017 02:22:37 +0200 Subject: Arabic scripts: More fixes after the recent import. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the recent import of month names from CLDRv31 (bug 21217, commit c853f14) more imports are also needed, mostly abbreviated month names. This patch also updates May (full month name) in ps_AF which was skipped in the previous patch. Incidentally, this import fixes bug 17225 (ar_SY) and partially bug 19066 (ar_SA). CLDR currently has a bug in the full month name for October for ar_IQ, see http://unicode.org/cldr/trac/ticket/10460 * localedata/locales/ar_DZ (abmon): Full import from CLDR, abmon is no longer abbreviated. * localedata/locales/ar_IQ (abmon): Likewise. * localedata/locales/ar_MA (abmon): Likewise. * localedata/locales/ar_TN (abmon): Likewise. * localedata/locales/ps_AF (abmon): Likewise. * localedata/locales/ug_CN (abmon): Likewise. * localedata/locales/ar_SA (abmon): Likewise, partially fixes bug 19066. * localedata/locales/ks_IN (abmon): A copy of mon. * localedata/locales/ur_IN (abmon): Oct reworded "اكتوبر" to "اکتوبر" (same change as mon). * localedata/locales/ur_PK (abmon): Same changes as mon applied. * localedata/locales/ps_AF (mon): May reworded "می" to "مۍ". [BZ #17225] * localedata/locales/ar_SY (abmon): May reworded "نوار" to "أيار", this closes bug 17225. * localedata/locales/ar_JO (abmon): Likewise. * localedata/locales/ar_LB (abmon): Likewise. --- localedata/ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'localedata/ChangeLog') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 461f708..f833957 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,37 @@ +2017-07-06 Rafal Luzynski + + Arabic scripts: More fixes after the recent import. + + After the recent import of month names from CLDRv31 (bug 21217, + commit c853f14) more imports are also needed, mostly abbreviated month + names. + + This patch also updates May (full month name) in ps_AF which was + skipped in the previous patch. + + Incidentally, this import fixes bug 17225 (ar_SY) and partially + bug 19066 (ar_SA). + + * locales/ar_DZ (abmon): Full import from CLDR, abmon + is no longer abbreviated. + * locales/ar_IQ (abmon): Likewise. + * locales/ar_MA (abmon): Likewise. + * locales/ar_TN (abmon): Likewise. + * locales/ps_AF (abmon): Likewise. + * locales/ug_CN (abmon): Likewise. + * locales/ar_SA (abmon): Likewise, partially fixes bug 19066. + * locales/ks_IN (abmon): A copy of mon. + * locales/ur_IN (abmon): Oct reworded "اكتوبر" to + "اکتوبر" (same change as mon). + * locales/ur_PK (abmon): Same changes as mon applied. + * locales/ps_AF (mon): May reworded "می" to "مۍ". + + [BZ #17225] + * locales/ar_SY (abmon): May reworded "نوار" to + "أيار", this closes bug 17225. + * locales/ar_JO (abmon): Likewise. + * locales/ar_LB (abmon): Likewise. + 2017-07-06 Akhilesh Kumar [BZ #21711] -- cgit v1.1