From patchwork Thu Oct 26 08:42:22 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 23823 Received: (qmail 60081 invoked by alias); 26 Oct 2017 08:42:29 -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 60071 invoked by uid 89); 26 Oct 2017 08:42:28 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS, WEIRD_QUOTING autolearn=ham version=3.3.2 spammy=octubre, mie, chi, domingo X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com BAC7225C3C Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: GNU C Library Subject: [committed, PATCH] Add yesstr, nostr, lang_term, lang_lib to an_ES locale Date: Thu, 26 Oct 2017 10:42:22 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr. * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib. * localedata/locales/an_ES: Make source more readable by using ASCII where possible. From 4960c87929ec76f02ad183f2110dac0db99bbf22 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 24 Oct 2017 09:07:18 +0200 Subject: [PATCH 02/19] Add yesstr, nostr, lang_term, lang_lib to an_ES locale * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr. * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib. * localedata/locales/an_ES: Make source more readable by using ASCII where possible. --- ChangeLog | 7 ++++ localedata/locales/an_ES | 90 +++++++++++++++++++++++------------------------- 2 files changed, 51 insertions(+), 46 deletions(-) diff --git a/ChangeLog b/ChangeLog index ea6356526d..0b04e9ce59 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-10-24 Mike FABIAN + + * localedata/locales/an_ES (LC_MESSAGES): Add yesstr and nostr. + * localedata/locales/an_ES (LC_ADDRESS): Add lang_term and lang_lib. + * localedata/locales/an_ES: Make source more readable by using ASCII + where possible. + 2017-10-24 Mike FABIAN [BZ #20952] diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES index 7a3648f4f6..172f632b23 100644 --- a/localedata/locales/an_ES +++ b/localedata/locales/an_ES @@ -60,8 +60,10 @@ copy "es_ES" END LC_CTYPE LC_MESSAGES -yesexpr "" -noexpr "" +yesexpr "^[+1sSyY]" +noexpr "^[-0nN]" +yesstr "s" +nostr "no" END LC_MESSAGES LC_MONETARY @@ -73,38 +75,38 @@ copy "es_ES" END LC_NUMERIC LC_TIME -abday "";"";/ - "";"";/ - "";"";/ - "" -day "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -abmon "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"";/ - "";"" -mon "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -d_t_fmt "" -d_fmt "" -t_fmt "" +abday "dom";"lun";/ + "mar";"mie";/ + "chu";"bie";/ + "sab" +day "domingo";/ + "luns";/ + "martes";/ + "miecols";/ + "chuebes";/ + "biernes";/ + "sabado" +abmon "chi";"fre";/ + "mar";"abr";/ + "may";"chn";/ + "chl";"ago";/ + "set";"oct";/ + "nob";"abi" +mon "chinero";/ + "frebero";/ + "marzo";/ + "abril";/ + "mayo";/ + "chunio";/ + "chulio";/ + "agosto";/ + "setiembre";/ + "octubre";/ + "nobiembre";/ + "abiento" +d_t_fmt "%a %d %b %Y %T %Z" +d_fmt "%d/%m/%y" +t_fmt "%T" am_pm "";"" t_fmt_ampm "" week 7;19971130;4 @@ -128,19 +130,15 @@ copy "es_ES" END LC_NAME LC_ADDRESS -postal_fmt "/ -/ -/ -/ -" +postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N" % https://an.wikipedia.org/wiki/Espanya country_name "Espanya" -country_ab2 "" -country_ab3 "" +country_ab2 "ES" +country_ab3 "ESP" country_num 724 -lang_ab "" -% E -country_car "" -% aragonés -lang_name "" +lang_ab "an" +lang_term "arg" +lang_lib "arg" +country_car "E" +lang_name "aragons" END LC_ADDRESS -- 2.14.2