From patchwork Wed Jul 10 09:46:44 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1130314 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-103586-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="ghCSM5/0"; dkim-atps=neutral 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 45kDqc4LL2z9sN4 for ; Wed, 10 Jul 2019 19:47:08 +1000 (AEST) 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=WfDIaGcu9QSHt3IM 3CqruhW1dXp21Z8a3BQ9ZtJecXqjoA3ZvsH7JzeSqS5x7xT0Q3PzBcAOX3wlmy2w ZRXbFH/VlLGyoZx9pwhZkrE2HRBgIuTZTQ0ir8R17P0bOhUt9vfPLWws/+kVGpK2 if73GiaUD8ChO+6CxhKDrxIDkMg= 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=9om9aYLsDKDeSuOVigfem8 HiZ+o=; b=ghCSM5/05c25rgacwOgA1sjgoAboPB2pEO6rEIBfd23aN77pzJI1ZN NDctVECDSFI37bmyqJ7SqSPPC0GlPbS23sCumfqwv80oRCMbnFus6mGwtLoFaxIP 0Qp1EZ58YpISLb41L6T9d1huuOpofac35hqv6aiG4lKRgsg3PljrE= Received: (qmail 84071 invoked by alias); 10 Jul 2019 09:47:03 -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 84059 invoked by uid 89); 10 Jul 2019 09:47:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-18.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, WEIRD_QUOTING autolearn=ham version=3.3.1 spammy=en_ie, ga_IE, H*i:sk:2083625, H*f:sk:2083625 X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -0.999 Date: Wed, 10 Jul 2019 11:46:44 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell , Daniil Zhilin Message-ID: <2114469232.75606.1562752004654@poczta.nazwa.pl> In-Reply-To: <2083625056.75389.1562751845263@poczta.nazwa.pl> References: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH v2 1/4] ga_IE and en_IE locales: Revert first_weekday removal (bug 24200). MIME-Version: 1.0 These values were removed by the commit 0a410e76f5. [BZ #24200] * localedata/locales/ga_IE (first_weekday): Add, set to 2 (Monday). * localedata/locales/en_IE (first_weekday): Likewise. --- localedata/locales/en_IE | 1 + localedata/locales/ga_IE | 1 + 2 files changed, 2 insertions(+) diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE index 5138e2ac5a..09c42c7f6a 100644 --- a/localedata/locales/en_IE +++ b/localedata/locales/en_IE @@ -112,6 +112,7 @@ d_fmt "%d//%m//%y" t_fmt "%T" am_pm "";"" t_fmt_ampm "" +first_weekday 2 week 7;19971130;4 END LC_TIME diff --git a/localedata/locales/ga_IE b/localedata/locales/ga_IE index 782adbaa5c..f0ba1b0e32 100644 --- a/localedata/locales/ga_IE +++ b/localedata/locales/ga_IE @@ -119,6 +119,7 @@ d_fmt "%d.%m.%y" t_fmt "%T" am_pm "";"" t_fmt_ampm "" +first_weekday 2 week 7;19971130;4 END LC_TIME From patchwork Wed Jul 10 09:48:03 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1130315 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-103587-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="r8Wp8xhR"; dkim-atps=neutral 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 45kDsC2cyTz9sN4 for ; Wed, 10 Jul 2019 19:48:31 +1000 (AEST) 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=vLK8AL5ljOHLBZ9t yWlNrqWedQIRIm2hZRk+vRGVKScCK+XS5lxPe1TYJPFItz24xdIW9BuUmn8ao48s /zF4AIC7xliDIu3N3AvYTrd1m+E4G2r2oiLDKi8VJdmfbtz/wFAWa+pMdKJmEc1v +1TTxi+clVk3//rf1TVKQRf0L8s= 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=LV8i8rDiv/tatpcHoIwWP5 qIDMc=; b=r8Wp8xhR/cDBWj+Kc5BfGE8jV1dId4BDj2B1wuXdaqaz2oxmwseTFg 5Jj8NHowBmcE3FxuNphEqoQRNlxL72vbu6YAIjhwZiK0XHR09weBb5h+TQAZ8Cl2 xKqUZ/xUm7MlskeA8kBwbOaiswRiQp95BU0qK218UJAtXa4MAavLQ= Received: (qmail 85958 invoked by alias); 10 Jul 2019 09:48:25 -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 85931 invoked by uid 89); 10 Jul 2019 09:48:25 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.0 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=nl_nl, dutch, Dutch, nl_NL X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Wed, 10 Jul 2019 11:48:03 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell , PanderMusubi Message-ID: <1180837569.75708.1562752083356@poczta.nazwa.pl> In-Reply-To: <2083625056.75389.1562751845263@poczta.nazwa.pl> References: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996). MIME-Version: 1.0 From: PanderMusubi Date: Sun, 16 Dec 2018 20:09:07 +0000 Subject: [PATCH 2/4] nl_BE and nl_NL locales: Dutch salutations (bug 23996). [BZ #23996] * localedata/locales/nl_BE (LC_NAME): Add name_gen, name_mr, name_mrs, name_miss, and name_ms. * localedata/locales/nl_NL (LC_NAME): Likewise. --- localedata/locales/nl_BE | 5 +++++ localedata/locales/nl_NL | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE index 4179886f8d..b87204a0e1 100644 --- a/localedata/locales/nl_BE +++ b/localedata/locales/nl_BE @@ -122,6 +122,11 @@ END LC_MEASUREMENT LC_NAME name_fmt "%d%t%g%t%m%t%f" +name_gen "heer of mevrouw" +name_mr "heer" +name_mrs "mevrouw" +name_miss "mevrouw" +name_ms "mevrouw" END LC_NAME LC_ADDRESS diff --git a/localedata/locales/nl_NL b/localedata/locales/nl_NL index 20652a9939..185c2099ec 100644 --- a/localedata/locales/nl_NL +++ b/localedata/locales/nl_NL @@ -150,6 +150,11 @@ END LC_MEASUREMENT LC_NAME name_fmt "%d%t%g%t%m%t%f" +name_gen "heer of mevrouw" +name_mr "heer" +name_mrs "mevrouw" +name_miss "mevrouw" +name_ms "mevrouw" END LC_NAME LC_ADDRESS From patchwork Wed Jul 10 09:49:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1130316 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-103588-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="BG58+Ngd"; dkim-atps=neutral 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 45kDtX6WlVz9sN6 for ; Wed, 10 Jul 2019 19:49:40 +1000 (AEST) 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=Lqc/PS2Hb++L9RtW O4jHqSvdsXxqB0r5ltln584lo0U9XTKA0ItDfrvzaL+w7grKSsyU4jGsp0kohRdh v+VCWK7KyHLLUGg/okboQBH1SxDtYmF2aB4SzmZdX1pfpJixL6la1lx10BTC9KDz 5GqoN5TB3J0OzB4GxlahEQq5EwI= 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=TCmD6jjOX9u/YiekwaNPfM Agfis=; b=BG58+NgddphNpf6asryIjTeSDvku5HPbtxYpiNzDj4L44O0CQnF1nS 6mdP7QALlKB/XQ0HLRjO5HY+CIxpZB28loSgBUb+4XLf4T5OhsfrCnL2JDTSOso4 vFyuS8QILmHOV8LL3EGQV2u21EVYk53VUCvuVgmqqRdHYxsL9EY0c= Received: (qmail 87624 invoked by alias); 10 Jul 2019 09:49:34 -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 87609 invoked by uid 89); 10 Jul 2019 09:49:34 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.1 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy= X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Wed, 10 Jul 2019 11:49:16 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell , PanderMusubi Message-ID: <190388044.75805.1562752156396@poczta.nazwa.pl> In-Reply-To: <2083625056.75389.1562751845263@poczta.nazwa.pl> References: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH 3/4] nl_BE locale: Use "copy "nl_NL"" in LC_NAME (bug 23996). MIME-Version: 1.0 The content of the section is identical in both languages. [BZ #23996] * localedata/locales/nl_BE (LC_NAME): Replace with “copy "nl_NL"”. --- localedata/locales/nl_BE | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/localedata/locales/nl_BE b/localedata/locales/nl_BE index b87204a0e1..6232998847 100644 --- a/localedata/locales/nl_BE +++ b/localedata/locales/nl_BE @@ -121,12 +121,7 @@ copy "fr_BE" END LC_MEASUREMENT LC_NAME -name_fmt "%d%t%g%t%m%t%f" -name_gen "heer of mevrouw" -name_mr "heer" -name_mrs "mevrouw" -name_miss "mevrouw" -name_ms "mevrouw" +copy "nl_NL" END LC_NAME LC_ADDRESS From patchwork Wed Jul 10 09:51:32 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rafal Luzynski X-Patchwork-Id: 1130317 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-103590-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=lingonborough.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="vacOOwtb"; dkim-atps=neutral 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 45kDxB2NfQz9sN4 for ; Wed, 10 Jul 2019 19:51:58 +1000 (AEST) 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=OOKVENQpxEz4Lx0o Z6RgVsHfhJFdEuUuwubtzlO58FXdtdVJDVY6OI+3+ZdjuNY43hsXtavYEIaSrQb4 JYPJ/W0bIFET4xZ+ej43JToXjaPTGWLhMOuhGXg3YRpvrR6CyIujZCLcne6qt8Ye aT4N7v5TmFF/Ny2W+Zf6oVvyWqY= 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:to:cc:message-id:in-reply-to :references:subject:mime-version:content-type :content-transfer-encoding; s=default; bh=P0xgkR/phKqIdc1Kf6mmAy nXv6c=; b=vacOOwtb96AEb+ouSJsV9D5XVseAvwEo9pvCHHOj3JiH1p/aDgS6gD bDXi8dUvaWOxlkj1I5ZgXdkt992OH8jLPlCU0D+mDjTA/SmavodHbuUKnN378bxU PK06cV113/SlM49fpJBH4Uhc0A+Gwj8GkbHmqcYAOOQ8EXlHyzZZQ= Received: (qmail 91013 invoked by alias); 10 Jul 2019 09:51:52 -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 91003 invoked by uid 89); 10 Jul 2019 09:51:52 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-19.2 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=Nah, tal, nah, Way X-HELO: shared-ano163.rev.nazwa.pl X-Spam-Score: -1 Date: Wed, 10 Jul 2019 11:51:32 +0200 (CEST) From: Rafal Luzynski To: libc-alpha@sourceware.org Cc: Carlos O'Donell , Akhilesh Kumar Message-ID: <748027354.75945.1562752293094@poczta.nazwa.pl> In-Reply-To: <2083625056.75389.1562751845263@poczta.nazwa.pl> References: <2083625056.75389.1562751845263@poczta.nazwa.pl> Subject: [PATCH v4 4/4] Afar locales: Months and days updated from CLDR (bug 21897). MIME-Version: 1.0 This commit updates month and weekday names (full and abbreviated) from CLDR 35.1 with the following exceptions. It was not clear why the full name of February in aa_DJ and aa_ER was "Kudo" while the abbreviated version is "Nah" but some additional sources [1] [2] as well as the content of aa_ER and aa_ER@saaho suggest it should be "Naharsi Kudo". This commit consequently sets the translation of February to "Naharsi Kudo" in aa_DJ and aa_ET. aa_ER@saaho is not supported by CLDR but since the month names were identical to aa_ER before this commit, the same values have been copied from aa_ER. Links: [1] https://fr.wiktionary.org/wiki/naharsi_kudo [2] http://www.mcit.gov.et/web/guest/-/localization-standard-for-afaraf [BZ #21897] * localedata/locales/aa_DJ (abday): Update from CLDR, all words begin with an uppercase letter now. (abmon): Likewise. (mon): Update from CLDR, reword February from "Kudo" to "Naharsi Kudo", April from "Agda Baxisso" to "Agda Baxis", and August from "Liiqen" to "Leqeeni". * localedata/locales/aa_ER (mon): Update from CLDR, reword April from "Agda Baxisso" to "Agda Baxis" and August from "Leqeeni" to "Liiqen". * localedata/locales/aa_ER@saaho (mon): Likewise. * localedata/locales/aa_ET (abmon): Update from CLDR, reword abbreviated February from "Kud" to "Nah". (mon): Update from CLDR, reword February from "Kudo" to "Naharsi Kudo" and April from "Agda Baxisso" to "Agda Baxis". --- localedata/locales/aa_DJ | 10 +++++----- localedata/locales/aa_ER | 4 ++-- localedata/locales/aa_ER@saaho | 4 ++-- localedata/locales/aa_ET | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/localedata/locales/aa_DJ b/localedata/locales/aa_DJ index 98e1505404..5e900ac66c 100644 --- a/localedata/locales/aa_DJ +++ b/localedata/locales/aa_DJ @@ -181,7 +181,7 @@ LC_TIME % % Abbreviated weekday names (%a) % -abday "aca";"etl";"tal";"arb";"kam";"gum";"sab" +abday "Aca";"Etl";"Tal";"Arb";"Kam";"Gum";"Sab" % % Full weekday names (%A) % @@ -195,18 +195,18 @@ day "Acaada";/ % % Abbreviated month names (%b) % -abmon "qun";"nah";"cig";"agd";"cax";"qas";"qad";"leq";"way";"dit";"xim";"kax" +abmon "Qun";"Nah";"Cig";"Agd";"Cax";"Qas";"Qad";"Leq";"Way";"Dit";"Xim";"Kax" % % Full month names (%B) % mon "Qunxa Garablu";/ - "Kudo";/ + "Naharsi Kudo";/ "Ciggilta Kudo";/ - "Agda Baxisso";/ + "Agda Baxis";/ "Caxah Alsa";/ "Qasa Dirri";/ "Qado Dirri";/ - "Liiqen";/ + "Leqeeni";/ "Waysu";/ "Diteli";/ "Ximoli";/ diff --git a/localedata/locales/aa_ER b/localedata/locales/aa_ER index 6d20ae907b..2d23b0f93c 100644 --- a/localedata/locales/aa_ER +++ b/localedata/locales/aa_ER @@ -176,11 +176,11 @@ abmon "Qun";/ mon "Qunxa Garablu";/ "Naharsi Kudo";/ "Ciggilta Kudo";/ - "Agda Baxisso";/ + "Agda Baxis";/ "Caxah Alsa";/ "Qasa Dirri";/ "Qado Dirri";/ - "Leqeeni";/ + "Liiqen";/ "Waysu";/ "Diteli";/ "Ximoli";/ diff --git a/localedata/locales/aa_ER@saaho b/localedata/locales/aa_ER@saaho index 1a2b16676f..728dcfb879 100644 --- a/localedata/locales/aa_ER@saaho +++ b/localedata/locales/aa_ER@saaho @@ -161,11 +161,11 @@ abmon "Qun";/ mon "Qunxa Garablu";/ "Naharsi Kudo";/ "Ciggilta Kudo";/ - "Agda Baxisso";/ + "Agda Baxis";/ "Caxah Alsa";/ "Qasa Dirri";/ "Qado Dirri";/ - "Leqeeni";/ + "Liiqen";/ "Waysu";/ "Diteli";/ "Ximoli";/ diff --git a/localedata/locales/aa_ET b/localedata/locales/aa_ET index 93fcdb7ff9..1bc7c4a7d9 100644 --- a/localedata/locales/aa_ET +++ b/localedata/locales/aa_ET @@ -161,7 +161,7 @@ day "Acaada";/ % Abbreviated month names (%b) % abmon "Qun";/ - "Kud";/ + "Nah";/ "Cig";/ "Agd";/ "Cax";/ @@ -176,9 +176,9 @@ abmon "Qun";/ % Full month names (%B) % mon "Qunxa Garablu";/ - "Kudo";/ + "Naharsi Kudo";/ "Ciggilta Kudo";/ - "Agda Baxisso";/ + "Agda Baxis";/ "Caxah Alsa";/ "Qasa Dirri";/ "Qado Dirri";/