mirror of git://sourceware.org/git/glibc.git
szl_PL locale: Spelling corrections (bug 24652).
This commit also provides the correct month names in both nominative and genitive case for Silesian language, as required by the fix for the bug 10871. [BZ #24652] * localedata/locales/szl_PL (abday): Spelling corrections. (day): Likewise. (abmon): Likewise. (mon): Rename to... (alt_mon): This, then apply spelling corrections. (mon): New entry, month names in the genitive case.
This commit is contained in:
parent
fefa21790b
commit
2bd81b60d6
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
||||||
|
2019-06-24 Grzegorz Kulik <gregorykkulik@gmail.com>
|
||||||
|
|
||||||
|
[BZ #24652]
|
||||||
|
* localedata/locales/szl_PL (abday): Spelling corrections.
|
||||||
|
(day): Likewise.
|
||||||
|
(abmon): Likewise.
|
||||||
|
(mon): Rename to...
|
||||||
|
(alt_mon): This, then apply spelling corrections.
|
||||||
|
(mon): New entry, month names in the genitive case.
|
||||||
|
|
||||||
2019-06-21 Rafal Luzynski <digitalfreak@lingonborough.com>
|
2019-06-21 Rafal Luzynski <digitalfreak@lingonborough.com>
|
||||||
|
|
||||||
[BZ #23831]
|
[BZ #23831]
|
||||||
|
|
|
@ -132,34 +132,46 @@ END LC_NUMERIC
|
||||||
|
|
||||||
LC_TIME
|
LC_TIME
|
||||||
abday "niy";"py<U0144>";/
|
abday "niy";"py<U0144>";/
|
||||||
"wt<U014F>";"str";/
|
"wto";"str";/
|
||||||
"szt";"pj<U014D>";/
|
"szt";"pi<U014D>";/
|
||||||
"sob"
|
"sob"
|
||||||
day "niydziela";/
|
day "niydziela";/
|
||||||
"py<U0144>dzi<U014F>ek";/
|
"py<U0144>działek";/
|
||||||
"wt<U014F>rek";/
|
"wtorek";/
|
||||||
"strz<U014F>da";/
|
"strzoda";/
|
||||||
"sztwortek";/
|
"sztwortek";/
|
||||||
"pj<U014D>ntek";/
|
"pi<U014D>ntek";/
|
||||||
"sob<U014F>ta"
|
"sobota"
|
||||||
abmon "sty";"lut";/
|
abmon "sty";"lut";/
|
||||||
"mer";"kwj";/
|
"mar";"kwi";/
|
||||||
"moj";"czy";/
|
"moj";"czy";/
|
||||||
"lip";"siy";/
|
"lip";"sie";/
|
||||||
"wrz";"pa<U017A>";/
|
"wrz";"pa<U017A>";/
|
||||||
"lis";"gru"
|
"lis";"gru"
|
||||||
mon "styczy<U0144>";/
|
alt_mon "styczy<U0144>";/
|
||||||
"luty";/
|
"luty";/
|
||||||
"merc";/
|
"marzec";/
|
||||||
"kwjeciy<U0144>";/
|
"kwieciy<U0144>";/
|
||||||
"moj";/
|
"moj";/
|
||||||
"czyrwjy<U0144>";/
|
"czyrwiec";/
|
||||||
"lipjy<U0144>";/
|
"lipiec";/
|
||||||
"siyrpjy<U0144>";/
|
"sierpiy<U0144>";/
|
||||||
"wrzesiy<U0144>";/
|
"wrzesiy<U0144>";/
|
||||||
"pa<U017A>dziernik";/
|
"pa<U017A>dziernik";/
|
||||||
"listopad";/
|
"listopad";/
|
||||||
"grudziy<U0144>"
|
"grudziy<U0144>"
|
||||||
|
mon "stycznia";/
|
||||||
|
"lutego";/
|
||||||
|
"marca";/
|
||||||
|
"kwietnia";/
|
||||||
|
"moja";/
|
||||||
|
"czyrwca";/
|
||||||
|
"lipca";/
|
||||||
|
"sierpnia";/
|
||||||
|
"wrze<U015B>nia";/
|
||||||
|
"pa<U017A>dziernika";/
|
||||||
|
"listopada";/
|
||||||
|
"grudnia"
|
||||||
d_t_fmt "%a, %-d %b %Y, %T"
|
d_t_fmt "%a, %-d %b %Y, %T"
|
||||||
d_fmt "%d.%m.%Y"
|
d_fmt "%d.%m.%Y"
|
||||||
t_fmt "%T"
|
t_fmt "%T"
|
||||||
|
|
Loading…
Reference in New Issue