about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-07-27 11:27:48 +0200
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-07-27 21:45:24 +0200
commite607a3520052e52ca55630e71f73622d18877d6d (patch)
treecb1cea6455f6b9d8209e8a2231c28e47f7ce7f4f /NEWS
parent2c6da2f48769ca37b22088fe65bdcb4b0f319b80 (diff)
downloadglibc-e607a3520052e52ca55630e71f73622d18877d6d.tar.gz
glibc-e607a3520052e52ca55630e71f73622d18877d6d.tar.xz
glibc-e607a3520052e52ca55630e71f73622d18877d6d.zip
NEWS: Avoid the words "nominative" and "genitive".
Glibc supports two grammatical forms of month names and we keep adding
the locale data which actually use this feature but those two forms are
not necessarily nominative and genitive.  It is better to use a more
generic term.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS7
1 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index b08fee64a6..c946ba2946 100644
--- a/NEWS
+++ b/NEWS
@@ -48,13 +48,14 @@ Major new features:
   - fdiv, fdivl, ddivl and corresponding fMdivfN, fMdivfNx, fMxdivfN and
     fMxdivfNx functions.
 
-* Nominative and genitive month names are now supported for the following
+* Two grammatical forms of month names are now supported for the following
   languages: Armenian, Asturian, Catalan, Czech, Kashubian, Occitan, Ossetian,
   Scottish Gaelic, Upper Sorbian, and Walloon.  The following languages now
-  support abbreviated alternative month names: Catalan, Greek, and Kashubian.
+  support two grammatical forms in abbreviated month names: Catalan, Greek,
+  and Kashubian.
 
 * Newly added locales: Lower Sorbian (dsb_DE) and Yakut (sah_RU) also
-  include the support of the nominative and genitive month names.
+  include the support for two grammatical forms of month names.
 
 * Building and running on GNU/Hurd systems now works without out-of-tree
   patches.