From patchwork Thu Jun 29 23:16:00 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 782563 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3wzFsK5yMfz9s4q for ; Fri, 30 Jun 2017 09:16:21 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="NjFLjIlw"; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:content-type; q=dns; s=default; b=jyC/x8q2uFrUfj8+ M0sNh2Fhrz2o0yTqWRhorqEQ1JMWv4c2sM+2QS3cBU1/viuXtGiYnLX6X7n/8XHy S9l8LlGjBwR3e/uBPsEcUgy8knxUDV6LQdadsRZZOGwSqdeuVFUCgp5HKQehbNbJ YMi7Iam7cuy3+dDzsdDgF7J4/wA= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:to:message-id:subject :mime-version:content-type; s=default; bh=dt/Fn+YhesL8zerbtSRrfo k8j2s=; b=NjFLjIlw1EzH7FsTH8p4KYq0C2Ou6kGxjUVNNeZPzqTTu6HbUXow4+ BepUiXCXZhRpo9dv95rGv1pjajuZUapSGsSF1sxZZmL4kkg3IfEpzu7fDQyPFvyC R59akU7WUP7TUidpECtsmmTpBYmZsItXKlKhTLuSTLKf3xshAolWo= Received: (qmail 107870 invoked by alias); 29 Jun 2017 23:16:09 -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 107753 invoked by uid 89); 29 Jun 2017 23:16:08 -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 autolearn=ham version=3.3.2 spammy=H*c:PHrt, S, 2 X-HELO: aev204.rev.netart.pl X-Spam-Score: 0.001 Date: Fri, 30 Jun 2017 01:16:00 +0200 (CEST) From: Rafal Luzynski Reply-To: Rafal Luzynski To: libc-alpha@sourceware.org Message-ID: <481307015.660090.1498778160900@poczta.nazwa.pl> Subject: [PATCH 1/1] More fixes after the recent import from CLDR-31 MIME-Version: 1.0 X-Originating-Client: com.openexchange.ox.gui.dhtml From 6060f98c5caf4d0de391498ec584d151e633be6f Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Thu, 29 Jun 2017 02:23:28 +0200 Subject: [PATCH] More fixes after the recent import from CLDR-31 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit After the recent import of month names from CLDR (bug 21217) more imports are also needed, mostly abbreviated month names. * localedata/locales/br_FR (abmon): Reworded "Eve " to "Mezh". * localedata/locales/fy_NL (abmon): Reworded "Maa" (March) to "Mrt" and "Maa" (May) to "Mai". * localedata/locales/lg_UG (abmon): Reworded "Jun" to "Juu". * localedata/locales/ln_CD (abmon): "yan", "fbl", "msi", and so on. * localedata/locales/mn_MN (abmon): "1-р сар", "2-р сар", "3-р сар", and so on. * localedata/locales/vi_VN (abmon): Reworded "Th01" to "Thg 1", "Th02" to "Thg 2" and so on. * localedata/locales/yo_NG (abday): "Àìkú", "Ajé", "Ìsẹ́gun", and so on, also comment updated to match the new content. (day): "Ọjọ́ Àìkú", "Ọjọ́ Ajé", "Ọjọ́ Ìsẹ́gun", and so on. (abmon): "Ṣẹ́rẹ́", "Èrèlè", "Ẹrẹ̀nà", and so on. (mon): Comment updated to match the actual content. (d_t_fmt): Changed "%A" to "%a" and "%B" to "%b". * localedata/locales/zu_ZA (abmon): "Jan", "Feb", "Mas", and so on, also comment updated to match the new content. (mon): comment updated to match the actual content. --- localedata/ChangeLog | 22 ++++++++++++++++++++ localedata/locales/br_FR | 2 +- localedata/locales/fy_NL | 4 ++-- localedata/locales/lg_UG | 2 +- localedata/locales/ln_CD | 24 +++++++++++----------- localedata/locales/mn_MN | 18 ++++++++++------ localedata/locales/vi_VN | 24 +++++++++++----------- localedata/locales/yo_NG | 53 +++++++++++++++++++++++++++++------------------- localedata/locales/zu_ZA | 18 ++++++++-------- 9 files changed, 103 insertions(+), 64 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index eca3bf6..8eb1aad 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,25 @@ +2017-06-30 Rafal Luzynski + + * locales/br_FR (abmon): Reworded "Eve " to "Mezh". + * locales/fy_NL (abmon): Reworded "Maa" (March) to + "Mrt" and "Maa" (May) to "Mai". + * locales/lg_UG (abmon): Reworded "Jun" to "Juu". + * locales/ln_CD (abmon): "yan", "fbl", "msi", + and so on. + * locales/mn_MN (abmon): "1-р сар", "2-р сар", + "3-р сар", and so on. + * locales/vi_VN (abmon): Reworded "Th01" to "Thg 1", + "Th02" to "Thg 2" and so on. + * locales/yo_NG (abday): "Àìkú", "Ajé", "Ìsẹ́gun", + and so on, also comment updated to match the new content. + (day): "Ọjọ́ Àìkú", "Ọjọ́ Ajé", "Ọjọ́ Ìsẹ́gun", and so on. + (abmon): "Ṣẹ́rẹ́", "Èrèlè", "Ẹrẹ̀nà", and so on. + (mon): Comment updated to match the actual content. + (d_t_fmt): Changed "%A" to "%a" and "%B" to "%b". + * locales/zu_ZA (abmon): "Jan", "Feb", "Mas", + and so on, also comment updated to match the new content. + (mon): comment updated to match the actual content. + 2017-06-16 Rafal Luzynski [BZ #21217] diff --git a/localedata/locales/br_FR b/localedata/locales/br_FR index cf2d422..0d34b1a 100644 --- a/localedata/locales/br_FR +++ b/localedata/locales/br_FR @@ -123,7 +123,7 @@ day "";/ "" abmon "";"";/ "";"";/ - "";"";/ + "";"";/ "";"";/ "";"";/ "";"" diff --git a/localedata/locales/fy_NL b/localedata/locales/fy_NL index 1cb41b5..4c3bb38 100644 --- a/localedata/locales/fy_NL +++ b/localedata/locales/fy_NL @@ -67,9 +67,9 @@ day "";/ "" abmon "";/ "";/ - "";/ + "";/ "";/ - "";/ + "";/ "";/ "";/ "";/ diff --git a/localedata/locales/lg_UG b/localedata/locales/lg_UG index e2ca277..27b5fcc 100644 --- a/localedata/locales/lg_UG +++ b/localedata/locales/lg_UG @@ -157,7 +157,7 @@ day "";/ % abmon "";"";/ "";"";/ - "";"";/ + "";"";/ "";"";/ "";"";/ "";"" diff --git a/localedata/locales/ln_CD b/localedata/locales/ln_CD index b8ac2f6..5d5dff6 100644 --- a/localedata/locales/ln_CD +++ b/localedata/locales/ln_CD @@ -86,18 +86,18 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" mon "";/ "";/ "";/ diff --git a/localedata/locales/mn_MN b/localedata/locales/mn_MN index d8e04e4..2261959 100644 --- a/localedata/locales/mn_MN +++ b/localedata/locales/mn_MN @@ -188,12 +188,18 @@ day "";/ "";/ "" % Abbreviated month names (%b) -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" % Full month names (%B) mon "";/ "";/ diff --git a/localedata/locales/vi_VN b/localedata/locales/vi_VN index 8be3f62..25cdd5d 100644 --- a/localedata/locales/vi_VN +++ b/localedata/locales/vi_VN @@ -267,18 +267,18 @@ day "";/ "";/ "";/ "" -abmon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" mon "";/ "";/ "";/ diff --git a/localedata/locales/yo_NG b/localedata/locales/yo_NG index 2510696..562bc12 100644 --- a/localedata/locales/yo_NG +++ b/localedata/locales/yo_NG @@ -377,27 +377,38 @@ copy "en_NG" END LC_TELEPHONE LC_TIME -% SUN, MON, TUE, WED, THU, FRI, SAT -abday "";"";/ - "";"";/ - "";"";/ - "" -% Àìkú, Ajé, Ìṣẹ́gun, Ọjọ́rú, Ọjọ́bọ̀, Ẹ̀tì, Àbámẹ́ta -day "";"";/ - "";/ +% Àìkú, Ajé, Ìsẹ́gun, Ọjọ́rú, Ọjọ́bọ, Ẹtì, Àbámẹ́ta +abday "";/ + "";/ + "";/ "";/ - "";/ - "";/ + "";/ + "";/ "" -% JAN, FEB, MAR, APR, MAY, JUN, JUL, AUG, SEP, OCT, NOV, DEC -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" -% Jánúárì, Fẹ́búárì, Máàṣì, Épírì, Méè, Júùnù, Júláì, -% Ọ́ọ́gọsì, Sẹ̀tẹ̀ńbà, Ọtóbà, Nòfẹ̀ńbà, Dìsẹ̀ńbà +% Ọjọ́ Àìkú, Ọjọ́ Ajé, Ọjọ́ Ìsẹ́gun, Ọjọ́rú, Ọjọ́bọ, Ọjọ́ Ẹtì, Ọjọ́ Àbámẹ́ta +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Ṣẹ́rẹ́, Èrèlè, Ẹrẹ̀nà, Ìgbé, Ẹ̀bibi, Òkúdu, +% Agẹmọ, Ògún, Owewe, Ọ̀wàrà, Bélú, Ọ̀pẹ̀ +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +% Oṣù Ṣẹ́rẹ́, Oṣù Èrèlè, Oṣù Ẹrẹ̀nà, Oṣù Ìgbé, Oṣù Ẹ̀bibi, Oṣù Òkúdu, +% Oṣù Agẹmọ, Oṣù Ògún, Oṣù Owewe, Oṣù Ọ̀wàrà, Oṣù Bélú, Oṣù Ọ̀pẹ̀ mon "";/ "";/ "";/ @@ -410,8 +421,8 @@ mon "";/ "";/ "" -% ọjọ́ %A, %d oṣù %B ọdún %Y -d_t_fmt "" +% ọjọ́ %a, %d oṣù %b ọdún %Y %T %Z +d_t_fmt "" d_fmt "" t_fmt "" am_pm "";"" diff --git a/localedata/locales/zu_ZA b/localedata/locales/zu_ZA index c3db34f..f675297 100644 --- a/localedata/locales/zu_ZA +++ b/localedata/locales/zu_ZA @@ -110,17 +110,17 @@ day "";/ "" % abmon - The abbreviations for the months -% - Mas, Ola, Nda, Mba, Aba, Ang, Ntu, Ncw, Man, Mfu, Lwe, Zib -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" +% - Jan, Feb, Mas, Eph, Mey, Jun, Jul, Aga, Sep, Okt, Nov, Dis +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" % mon - The full names of the months - -% - uMasingana, uNhlolanja, uNdasa, uMbasa, uNhlaba, uNhlangulana -% uNtulikazi, uNcwaba, uMandulo, uMfumfu, uLwezi, uZibandlela +% - Januwari, Februwari, Mashi, Ephreli, Meyi, Juni +% Julayi, Agasti, Septhemba, Okthoba, Novemba, Disemba mon "";/ "";/ "";/ -- 2.7.5