mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
0ea3f13cce
commit
189699ab37
10
ChangeLog
10
ChangeLog
@ -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>
|
||||
|
||||
[BZ #19485]
|
||||
|
6
NEWS
6
NEWS
@ -25,9 +25,9 @@ Major new features:
|
||||
fMxdivfNx functions.
|
||||
|
||||
* Nominative and genitive month names are now supported for the following
|
||||
languages: Catalan, Czech, Scottish Gaelic, Upper Sorbian, and Walloon.
|
||||
The Catalan and Greek languages now support abbreviated alternative
|
||||
month names.
|
||||
languages: Catalan, Czech, Kashubian, Scottish Gaelic, Upper Sorbian,
|
||||
and Walloon. The following languages now support abbreviated alternative
|
||||
month names: Catalan, Greek, and Kashubian.
|
||||
|
||||
* Building and running on GNU/Hurd systems now works without out-of-tree
|
||||
patches.
|
||||
|
@ -147,13 +147,19 @@ day "niedzela";/
|
||||
"czwi<U00F4>rtk";/
|
||||
"pi<U0105>tk";/
|
||||
"sob<U00F2>ta"
|
||||
abmon "st<U00EB>"; "gro";/
|
||||
ab_alt_mon "st<U00EB>"; "gro";/
|
||||
"str"; "<U0142><U017C><U00EB>";/
|
||||
"m<U00F4>j"; "cze";/
|
||||
"l<U00EB>p"; "z<U00E9>l";/
|
||||
"s<U00E9>w"; "ruj";/
|
||||
"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";/
|
||||
"str<U00EB>miannik";/
|
||||
"<U0142><U017C><U00EB>kwiat";/
|
||||
@ -165,6 +171,18 @@ mon "st<U00EB>cznik";/
|
||||
"rujan";/
|
||||
"l<U00EB>stopadnik";/
|
||||
"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_fmt "%Y-%m-%d"
|
||||
t_fmt "%T"
|
||||
|
Loading…
Reference in New Issue
Block a user