This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Abbreviated month name updates for lt_LT and el_* [BZ 22932,22937]


There are requests to update Lithuanian and Greek abbreviated month
names from CLDR.  In case of Lithuanian the patch is clear and probably
does not need explanation.  In Greek it turns out that they actually
need the ab_alt_mon (and "%Ob") feature.

Here is a decoded version of the patch for el_CY:

diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY
index f27a74b..28055f3 100644
--- a/localedata/locales/el_CY
+++ b/localedata/locales/el_CY
@@ -72,12 +72,18 @@ day     "Κυριακή";/
         "Πέμπτη";/
         "Παρασκευή";/
         "Σάββατο"
-abmon   "Ιαν";"Φεβ";/
+ab_alt_mon "Ιαν";"Φεβ";/
         "Μάρ";"Απρ";/
         "Μάι";"Ιούν";/
         "Ιούλ";"Αύγ";/
         "Σεπ";"Οκτ";/
         "Νοέ";"Δεκ"
+abmon   "Ιαν";"Φεβ";/
+        "Μαρ";"Απρ";/
+        "Μαΐ";"Ιουν";/
+        "Ιουλ";"Αυγ";/
+        "Σεπ";"Οκτ";/
+        "Νοε";"Δεκ"
 alt_mon "Ιανουάριος";/
         "Φεβρουάριος";/
         "Μάρτιος";/

The patch for el_GR is exactly the same.

I hope to push it to master and backport to 2.27.

Regards,

Rafal


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]