diff options
author | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-01-30 12:31:12 +0100 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2018-06-12 01:33:55 +0200 |
commit | c4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df (patch) | |
tree | f82615f5283dffd3828ae7f3441b3fe659563b5d /NEWS | |
parent | ca121b117f2c9c97a4c121334481a96c94fef3a0 (diff) | |
download | glibc-c4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df.tar glibc-c4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df.tar.gz glibc-c4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df.tar.bz2 glibc-c4ad5782c44f4fa23d3ca9bec1e288c24cf2e6df.zip |
gd_GB, hsb_DE, wa_BE: Add alternative month names (bug 23140).
As a followup of fixing bug 10871, these three languages now support two
grammatical cases of the month names.
This commit does not resolve the bug because there are more languages
to be committed.
[BZ #23140]
* localedata/locales/gd_GB (mon): Rename to...
(alt_mon): This.
(mon): Import from CLDR (genitive case).
* localedata/locales/hsb_DE (mon): Rename to...
(alt_mon): This.
(mon): Import from CLDR (genitive case).
* localedata/locales/wa_BE (mon): Rename to...
(alt_mon): This.
(mon): Add, fill 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.
* localedata/locales/wa_BE (country_name): Reword
"Beljike" -> "Beldjike".
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -24,9 +24,10 @@ Major new features: - fdiv, fdivl, ddivl and corresponding fMdivfN, fMdivfNx, fMxdivfN and fMxdivfNx functions. -* Nominative and genitive month names are now supported for the Catalan and - Czech languages. The Catalan and Greek languages now support abbreviated - alternative month names. +* 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. * Building and running on GNU/Hurd systems now works without out-of-tree patches. |