]> sourceware.org Git - glibc.git/commitdiff
ast_ES: Add alternative month names (bug 23140).
authorRafal Luzynski <digitalfreak@lingonborough.com>
Tue, 30 Jan 2018 11:31:12 +0000 (12:31 +0100)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Fri, 29 Jun 2018 10:36:53 +0000 (12:36 +0200)
[BZ #23140]
* localedata/locales/ast_ES (mon): Rename to...
(alt_mon): This.
(mon): Import from CLDR (genitive case).

ChangeLog
NEWS
localedata/locales/ast_ES

index d09fb5ece4578438507c5bad35aaacbdc8fed49b..5418389a38093b3062f3d053f26d61a9fd70f162 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-06-29  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+       [BZ #23140]
+       * localedata/locales/ast_ES (mon): Rename to...
+       (alt_mon): This.
+       (mon): Import from CLDR (genitive case).
+
 2018-06-29  Daniel Alvarez  <dalvarez@redhat.com>
            Jakub Sitnicki  <jkbs@redhat.com>
 
diff --git a/NEWS b/NEWS
index 9d6fc08eb3cf4f1c0536dd3d0212f69e5387d5f3..d1de6830a17477b708a1ce6ea0eb2840dc978a49 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -25,9 +25,9 @@ Major new features:
     fMxdivfNx functions.
 
 * Nominative and genitive month names are now supported for the following
-  languages: Catalan, Czech, Kashubian, Scottish Gaelic, Upper Sorbian,
-  and Walloon.  The following languages now support abbreviated alternative
-  month names: Catalan, Greek, and Kashubian.
+  languages: Asturian, Catalan, Czech, Kashubian, Scottish Gaelic,
+  Upper Sorbian, and Walloon.  The following languages now support
+  abbreviated alternative month names: Catalan, Greek, and Kashubian.
 
 * Building and running on GNU/Hurd systems now works without out-of-tree
   patches.
index ffa46b85b99ffae4591348586896d44e7cfbe321..488455ae246e553e9947a485961dc69e65d321ad 100644 (file)
@@ -96,7 +96,7 @@ abmon   "xin";"feb";/
         "xnt";"ago";/
         "set";"och";/
         "pay";"avi"
-mon     "xineru";/
+alt_mon "xineru";/
         "febreru";/
         "marzu";/
         "abril";/
@@ -111,6 +111,21 @@ mon     "xineru";/
 d_t_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
+% Month names in genitive form:
+% de xineru, de febreru, de marzu, d’abril, de mayu, de xunu,
+% de xunetu, d’agostu, de setiembre, d’ochobre, de payares, d’avientu
+mon     "de xineru";/
+        "de febreru";/
+        "de marzu";/
+        "d<U2019>abril";/
+        "de mayu";/
+        "de xunu";/
+        "de xunetu";/
+        "d<U2019>agostu";/
+        "de setiembre";/
+        "d<U2019>ochobre";/
+        "de payares";/
+        "d<U2019>avientu"
 am_pm   "";""
 t_fmt_ampm ""
 week 7;19971130;4
This page took 0.082548 seconds and 5 git commands to generate.