From 849997c0998251e1b635ebc04b3533bdca06dc8d Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 30 Jan 2018 12:31:12 +0100 Subject: [PATCH 09/11] wa_BE: Add alternative month names (bug 23140). [BZ #23140] * localedata/locales/wa_BE (mon): Rename to... (alt_mon): This. (mon): Added, filled 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. (country_name): Reworded "Beljike" -> "Beldjike". --- localedata/locales/wa_BE | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) diff --git a/localedata/locales/wa_BE b/localedata/locales/wa_BE index 2db2c04..e974930 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" -- 2.7.5