csb_PL: Add alternative month names (bug 23140).

Kashubian language is not supported by CLDR, data copied from Wikipedia
and documents released by RJK (official Kashubian Language Council),
also consulted with a native speaker.

Note that this language also needs ab_alt_mon feature due to the month
May: nominative "môj", genitive "maja"; abbreviated nominative "môj",
abbreviated genitive "maj".

	[BZ #23140]
	* localedata/locales/csb_PL (mon): Rename to...
	(alt_mon): This.
	(abmon): Rename to...
	(ab_alt_mon): This.
	(mon): Add with proper genitive forms, copy from Wikipedia.
	(abmon): Likewise.
This commit is contained in:
Rafal Luzynski 2018-01-30 12:31:12 +01:00
parent 0ea3f13cce
commit 189699ab37
3 changed files with 33 additions and 5 deletions

View File

@ -1,3 +1,13 @@
2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
[BZ #23140]
* localedata/locales/csb_PL (mon): Rename to...
(alt_mon): This.
(abmon): Rename to...
(ab_alt_mon): This.
(mon): Add with proper genitive forms, copy from Wikipedia.
(abmon): Likewise.
2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com> 2018-06-25 Rafal Luzynski <digitalfreak@lingonborough.com>
[BZ #19485] [BZ #19485]

6
NEWS
View File

@ -25,9 +25,9 @@ Major new features:
fMxdivfNx functions. fMxdivfNx functions.
* Nominative and genitive month names are now supported for the following * Nominative and genitive month names are now supported for the following
languages: Catalan, Czech, Scottish Gaelic, Upper Sorbian, and Walloon. languages: Catalan, Czech, Kashubian, Scottish Gaelic, Upper Sorbian,
The Catalan and Greek languages now support abbreviated alternative and Walloon. The following languages now support abbreviated alternative
month names. month names: Catalan, Greek, and Kashubian.
* Building and running on GNU/Hurd systems now works without out-of-tree * Building and running on GNU/Hurd systems now works without out-of-tree
patches. patches.

View File

@ -147,13 +147,19 @@ day "niedzela";/
"czwi<U00F4>rtk";/ "czwi<U00F4>rtk";/
"pi<U0105>tk";/ "pi<U0105>tk";/
"sob<U00F2>ta" "sob<U00F2>ta"
abmon "st<U00EB>"; "gro";/ ab_alt_mon "st<U00EB>"; "gro";/
"str"; "<U0142><U017C><U00EB>";/ "str"; "<U0142><U017C><U00EB>";/
"m<U00F4>j"; "cze";/ "m<U00F4>j"; "cze";/
"l<U00EB>p"; "z<U00E9>l";/ "l<U00EB>p"; "z<U00E9>l";/
"s<U00E9>w"; "ruj";/ "s<U00E9>w"; "ruj";/
"l<U00EB>s"; "g<U00F2>d" "l<U00EB>s"; "g<U00F2>d"
mon "st<U00EB>cznik";/ abmon "st<U00EB>"; "gro";/
"str"; "<U0142><U017C><U00EB>";/
"maj"; "cze";/
"l<U00EB>p"; "z<U00E9>l";/
"s<U00E9>w"; "ruj";/
"l<U00EB>s"; "g<U00F2>d"
alt_mon "st<U00EB>cznik";/
"gromicznik";/ "gromicznik";/
"str<U00EB>miannik";/ "str<U00EB>miannik";/
"<U0142><U017C><U00EB>kwiat";/ "<U0142><U017C><U00EB>kwiat";/
@ -165,6 +171,18 @@ mon "st<U00EB>cznik";/
"rujan";/ "rujan";/
"l<U00EB>stopadnik";/ "l<U00EB>stopadnik";/
"g<U00F2>dnik" "g<U00F2>dnik"
mon "st<U00EB>cznika";/
"gromicznika";/
"str<U00EB>miannika";/
"<U0142><U017C><U00EB>kwiata";/
"maja";/
"czerwi<U0144>ca";/
"l<U00EB>pi<U0144>ca";/
"z<U00E9>lnika";/
"s<U00E9>wnika";/
"rujana";/
"l<U00EB>stopadnika";/
"g<U00F2>dnika"
d_t_fmt "%a %d %b %Y %T %Z" d_t_fmt "%a %d %b %Y %T %Z"
d_fmt "%Y-%m-%d" d_fmt "%Y-%m-%d"
t_fmt "%T" t_fmt "%T"