]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
NEWS: List the languages which use the alternative months.
authorRafal Luzynski <digitalfreak@lingonborough.com>
Thu, 1 Feb 2018 00:45:43 +0000 (01:45 +0100)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Thu, 1 Feb 2018 10:19:29 +0000 (11:19 +0100)
[BZ #10871]
* NEWS: List the languages which actually use the alternative
months feature in this release.  Also explain that "alt_mon" and
"ab_alt_mon" are optional.

ChangeLog
NEWS

index a5847a5a23d9e7bb98e0e12ca59183fd3dd094cf..d99f54224d21542a225446600d3f398a6e4b01f3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-02-01  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+       [BZ #10871]
+       * NEWS: List the languages which actually use the alternative
+       months feature in this release.  Also explain that "alt_mon" and
+       "ab_alt_mon" are optional.
+
 2018-01-31  Il'ya Malakhov  <ilmalakhov@yandex.ru>
 
        [BZ #22765]
diff --git a/NEWS b/NEWS
index 6f3b9b0c8bac42b35849447823760303b31213fe..5c27f5c332878ed1ba2d4a09fa8ccec987c8dd59 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -88,7 +88,14 @@ Major new features:
 
   In a locale definition file, use "alt_mon" and "ab_alt_mon" to
   define the strings for %OB and %Ob, respectively; these have the
-  same syntax as "mon" and "ab_mon".
+  same syntax as "mon" and "abmon".  These arrays are optional; if they
+  are not provided then they have the same content as "mon" and "abmon",
+  respectively.
+
+  These features are provided for locales which define "alt_mon" and/or
+  "ab_alt_mon" in their locale source data.  This release includes such
+  alternative month name data for the following languages: Belarusian,
+  Croatian, Greek, Lithuanian, Polish, Russian, and Ukrainian.
 
   This feature is currently a GNU extension, but it is expected to
   be added to the next revision of POSIX, and it is also already