From c4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 30 Jan 2018 12:31:12 +0100 Subject: gd_GB, hsb_DE, wa_BE: Add alternative month names (bug 23140). As a followup of fixing bug 10871, these three languages now support two grammatical cases of the month names. This commit does not resolve the bug because there are more languages to be committed. [BZ #23140] * localedata/locales/gd_GB (mon): Rename to... (alt_mon): This. (mon): Import from CLDR (genitive case). * localedata/locales/hsb_DE (mon): Rename to... (alt_mon): This. (mon): Import from CLDR (genitive case). * localedata/locales/wa_BE (mon): Rename to... (alt_mon): This. (mon): Add, fill with the proper genitive forms, but CLDR data is incomplete; completed according to the comments in this file. (d_t_fmt): Do not use "di" before the month name, no longer needed. * localedata/locales/wa_BE (country_name): Reword "Beljike" -> "Beldjike". --- localedata/locales/gd_GB | 17 ++++++++++++++++- localedata/locales/hsb_DE | 14 +++++++++++++- localedata/locales/wa_BE | 24 ++++++++++++++++-------- 3 files changed, 45 insertions(+), 10 deletions(-) (limited to 'localedata') diff --git a/localedata/locales/gd_GB b/localedata/locales/gd_GB index 77d11e5977..8d54593113 100644 --- a/localedata/locales/gd_GB +++ b/localedata/locales/gd_GB @@ -54,7 +54,7 @@ END LC_COLLATE LC_TIME % Am Faoilleach, An Gearran, Am Màrt, An Giblean, An Cèitean, An t-Ògmhios, An t-Iuchar, An Lùnastal, An t-Sultain, An Dàmhair, An t-Samhain, An Dùbhlachd -mon "Am Faoilleach";/ +alt_mon "Am Faoilleach";/ "An Gearran";/ "Am Mrt";/ "An Giblean";/ @@ -66,6 +66,21 @@ mon "Am Faoilleach";/ "An Dmhair";/ "An t-Samhain";/ "An Dbhlachd" +% dhen Fhaoilleach, dhen Ghearran, dhen Mhàrt, dhen Ghiblean, dhen Chèitean, +% dhen Ògmhios, dhen Iuchar, dhen Lùnastal, dhen t-Sultain, dhen Dàmhair, +% dhen t-Samhain, dhen Dùbhlachd +mon "dhen Fhaoilleach";/ + "dhen Ghearran";/ + "dhen Mhrt";/ + "dhen Ghiblean";/ + "dhen Chitean";/ + "dhen gmhios";/ + "dhen Iuchar";/ + "dhen Lnastal";/ + "dhen t-Sultain";/ + "dhen Dmhair";/ + "dhen t-Samhain";/ + "dhen Dbhlachd" % Faoi, Gearr, Màrt, Gibl, Cèit, Ògmh, Iuch, Lùna, Sult, Dàmh, Samh, Dùbh abmon "Faoi";/ "Gearr";/ diff --git a/localedata/locales/hsb_DE b/localedata/locales/hsb_DE index 492c2c7e31..13fc8e91f5 100644 --- a/localedata/locales/hsb_DE +++ b/localedata/locales/hsb_DE @@ -170,7 +170,7 @@ abmon "Jan";"Feb";/ "Jul";"Awg";/ "Sep";"Okt";/ "Now";"Dec" -mon "Januar";/ +alt_mon "Januar";/ "Februar";/ "Mrc";/ "Apryl";/ @@ -182,6 +182,18 @@ mon "Januar";/ "Oktober";/ "Nowember";/ "December" +mon "januara";/ + "februara";/ + "mrca";/ + "apryla";/ + "meje";/ + "junija";/ + "julija";/ + "awgusta";/ + "septembra";/ + "oktobra";/ + "nowembra";/ + "decembra" d_t_fmt "%a %d %b %Y %T %Z" d_fmt "%d.%m.%Y" t_fmt "%T" diff --git a/localedata/locales/wa_BE b/localedata/locales/wa_BE index 2db2c045d9..e97493089e 100644 --- a/localedata/locales/wa_BE +++ b/localedata/locales/wa_BE @@ -37,7 +37,7 @@ END LC_IDENTIFICATION LC_ADDRESS postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N" -country_name "Beljike" +country_name "Beldjike" country_post "B" country_ab2 "BE" country_ab3 "BEL" @@ -121,7 +121,7 @@ abmon "dja";"fev";/ "djl";"awo";/ "set";"oct";/ "nv";"dec" -mon "djanv";/ +alt_mon "djanv";/ "fevr";/ "mss";/ "avri";/ @@ -147,12 +147,20 @@ mon "djanv";/ % d' octôbe % di nôvimbe % di decimbe -% Est çki c' est possibe d' aveur "di" ou "d'" sorlon ki li no do moes -% cmince avou ene voyale ou ene cossoune? -% -% Neni :-( - -d_t_fmt "Li %A %d di %B %Y %T %Z" +mon "di djanv";/ + "di fevr";/ + "di mss";/ + "davri";/ + "di may";/ + "di djun";/ + "di djulete";/ + "dawousse";/ + "di setimbe";/ + "doctbe";/ + "di nvimbe";/ + "di decimbe" + +d_t_fmt "Li %A %d %B %Y %T %Z" % Chal, ça va d_fmt "%d//%m//%Y" t_fmt "%H:%M:%S" -- cgit 1.4.1