From 2aa8009d21802f700c4b47cb8e0c7e71fe915ba2 Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Tue, 5 Jan 2016 03:03:10 +0100 Subject: pl_PL: Add alternative month names (bug 10871). [BZ #10871] * localedata/locales/pl_PL: Alternative month names added, primary month names are genitive now. * time/tst-strptime.c (day_tests): Actually use a genitive case of a month name in Polish language. --- localedata/locales/pl_PL | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'localedata') diff --git a/localedata/locales/pl_PL b/localedata/locales/pl_PL index 2a8d09d0a0..632a1b3032 100644 --- a/localedata/locales/pl_PL +++ b/localedata/locales/pl_PL @@ -175,7 +175,7 @@ abmon "sty";"lut";/ "lip";"sie";/ "wrz";"pa";/ "lis";"gru" -mon "stycze";/ +alt_mon "stycze";/ "luty";/ "marzec";/ "kwiecie";/ @@ -187,6 +187,18 @@ mon "stycze";/ "padziernik";/ "listopad";/ "grudzie" +mon "stycznia";/ + "lutego";/ + "marca";/ + "kwietnia";/ + "maja";/ + "czerwca";/ + "lipca";/ + "sierpnia";/ + "wrzenia";/ + "padziernika";/ + "listopada";/ + "grudnia" d_t_fmt "%a, %-d %b %Y, %T" d_fmt "%d.%m.%Y" t_fmt "%T" -- cgit v1.2.1