From 4960c87929ec76f02ad183f2110dac0db99bbf22 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Tue, 24 Oct 2017 09:07:18 +0200 Subject: 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 ea63565..0b04e9c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ 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] * localedata/locales/yuw_PG: New file. * localedata/SUPPORTED: Add yuw_PG/UTF-8. diff --git a/localedata/locales/an_ES b/localedata/locales/an_ES index 7a3648f..172f632 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 -- cgit v1.1