about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorRafal Luzynski <digitalfreak@lingonborough.com>2018-02-01 01:45:43 +0100
committerRafal Luzynski <digitalfreak@lingonborough.com>2018-02-01 11:19:29 +0100
commitc10c9a5efedc11ec6e905571cf02d8f152a5761e (patch)
tree6f615832393e405ceb09e5c262035011f77869c7 /NEWS
parent650ba77ad547b24e0839c90ed56f7b9445d8165a (diff)
downloadglibc-c10c9a5efedc11ec6e905571cf02d8f152a5761e.tar.gz
glibc-c10c9a5efedc11ec6e905571cf02d8f152a5761e.tar.xz
glibc-c10c9a5efedc11ec6e905571cf02d8f152a5761e.zip
NEWS: List the languages which use the alternative months.
	[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.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6f3b9b0c8b..5c27f5c332 100644
--- 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