From patchwork Thu Jul 6 01:20:35 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 21447 Received: (qmail 119737 invoked by alias); 6 Jul 2017 01:20:43 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 119640 invoked by uid 89); 6 Jul 2017 01:20:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-20.2 required=5.0 tests=AC_HTML_NONSENSE_TAGS, AWL, BAYES_00, BODY_8BITS, GARBLED_BODY, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, WEIRD_QUOTING autolearn=ham version=3.3.2 spammy=H*c:PHrt X-HELO: aev204.rev.netart.pl X-Spam-Score: 0.002 Date: Thu, 6 Jul 2017 03:20:35 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <923617073.1311524.1499304035467@poczta.nazwa.pl> Subject: [PATCH v2 1/1] Arabic scripts: More fixes after the recent import from CLDR-31 MIME-Version: 1.0 X-Originating-Client: com.openexchange.ox.gui.dhtml From a2658d961c7db7ecab2c75e484a808bb9a6791a8 Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Sat, 1 Jul 2017 02:22:37 +0200 Subject: [PATCH] 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). * 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 | 23 +++++++++++++++++++++++ localedata/locales/ar_DZ | 18 ++++++++++++------ localedata/locales/ar_IQ | 18 ++++++++++++------ localedata/locales/ar_JO | 2 +- localedata/locales/ar_LB | 2 +- localedata/locales/ar_MA | 18 ++++++++++++------ localedata/locales/ar_SA | 24 ++++++++++++------------ localedata/locales/ar_SY | 2 +- localedata/locales/ar_TN | 18 ++++++++++++------ localedata/locales/ks_IN | 20 ++++++++++---------- localedata/locales/ps_AF | 24 ++++++++++++------------ localedata/locales/ug_CN | 24 ++++++++++++------------ localedata/locales/ur_IN | 2 +- localedata/locales/ur_PK | 12 ++++++------ 14 files changed, 127 insertions(+), 80 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index fab25f0..88d6bee 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,26 @@ +2017-07-06 Rafal Luzynski + + * locales/ar_DZ (abmon): Full import from CLDRv31, 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-05 Akhilesh Kumar Added tok-pisin language locale for Papua New Guinea. diff --git a/localedata/locales/ar_DZ b/localedata/locales/ar_DZ index 4789ff5..fa01c71 100644 --- a/localedata/locales/ar_DZ +++ b/localedata/locales/ar_DZ @@ -105,12 +105,18 @@ day "";/ "" % % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" % % Full month names (%B) mon "";/ diff --git a/localedata/locales/ar_IQ b/localedata/locales/ar_IQ index f128293..ac0f50e 100644 --- a/localedata/locales/ar_IQ +++ b/localedata/locales/ar_IQ @@ -105,12 +105,18 @@ day "";/ "" % % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" % % Full month names (%B) mon "";/ diff --git a/localedata/locales/ar_JO b/localedata/locales/ar_JO index 9bac497..13b32fd 100644 --- a/localedata/locales/ar_JO +++ b/localedata/locales/ar_JO @@ -114,7 +114,7 @@ abmon "/ "";/ "";/ "";/ - "";/ + "";/ "";/ "";/ "";/ diff --git a/localedata/locales/ar_LB b/localedata/locales/ar_LB index 2e22767..1cb6b25 100644 --- a/localedata/locales/ar_LB +++ b/localedata/locales/ar_LB @@ -113,7 +113,7 @@ abmon "/ "";/ "";/ "";/ - "";/ + "";/ "";/ "";/ "";/ diff --git a/localedata/locales/ar_MA b/localedata/locales/ar_MA index a157d97..081e6cb 100644 --- a/localedata/locales/ar_MA +++ b/localedata/locales/ar_MA @@ -105,12 +105,18 @@ day "";/ "" % % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" % % Full month names (%B) mon "";/ diff --git a/localedata/locales/ar_SA b/localedata/locales/ar_SA index 88698ff..420e748 100644 --- a/localedata/locales/ar_SA +++ b/localedata/locales/ar_SA @@ -335,18 +335,18 @@ mon "";/ "";/ "";/ "" -abmon ""; / - ""; / - ""; / - ""; / - ""; / - ""; / - ""; / - ""; / - ""; / - ""; / - ""; / - "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" am_pm "";"" era_d_fmt "" week 7;19971130;1 diff --git a/localedata/locales/ar_SY b/localedata/locales/ar_SY index 9cc7ce5..56ed144 100644 --- a/localedata/locales/ar_SY +++ b/localedata/locales/ar_SY @@ -113,7 +113,7 @@ abmon "/ "";/ "";/ "";/ - "";/ + "";/ "";/ "";/ "";/ diff --git a/localedata/locales/ar_TN b/localedata/locales/ar_TN index e277275..671b0ce 100644 --- a/localedata/locales/ar_TN +++ b/localedata/locales/ar_TN @@ -105,12 +105,18 @@ day "";/ "" % % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" % % Full month names (%B) mon "";/ diff --git a/localedata/locales/ks_IN b/localedata/locales/ks_IN index 320258b..094f2cd 100644 --- a/localedata/locales/ks_IN +++ b/localedata/locales/ks_IN @@ -110,18 +110,18 @@ day "";/ "";"" % % Abbreviated month names (%b) -abmon "";/ - "";/ - "";/ +abmon "";/ + "";/ + "";/ "";/ - "";/ - "";/ - "";/ + "";/ + "";/ + "";/ "";/ - "";/ - "";/ - "";/ - "" + "";/ + "";/ + "";/ + "" % % Full month names (%B) mon "";/ diff --git a/localedata/locales/ps_AF b/localedata/locales/ps_AF index 2900819..49e1e73 100644 --- a/localedata/locales/ps_AF +++ b/localedata/locales/ps_AF @@ -164,23 +164,23 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ +abmon "";/ + "";/ + "";/ + "";/ + "";/ "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" + "";/ + "";/ + "";/ + "";/ + "";/ + "" mon "";/ "";/ "";/ "";/ - "";/ + "";/ "";/ "";/ "";/ diff --git a/localedata/locales/ug_CN b/localedata/locales/ug_CN index 205f4b0..3773176 100644 --- a/localedata/locales/ug_CN +++ b/localedata/locales/ug_CN @@ -250,18 +250,18 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" mon "";/ "";/ "";/ diff --git a/localedata/locales/ur_IN b/localedata/locales/ur_IN index 4b4309c..1af10ed 100644 --- a/localedata/locales/ur_IN +++ b/localedata/locales/ur_IN @@ -99,7 +99,7 @@ abmon "";/ "";/ "";/ "";/ - "";/ + "";/ "";/ "" % diff --git a/localedata/locales/ur_PK b/localedata/locales/ur_PK index 2281ef5..c9fcd19 100644 --- a/localedata/locales/ur_PK +++ b/localedata/locales/ur_PK @@ -111,16 +111,16 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ +abmon "";/ + "";/ "";/ - "";/ - "";/ + "";/ + "";/ "";/ - "";/ + "";/ "";/ "";/ - "";/ + "";/ "";/ "" mon "";/ -- 2.7.5