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

Message ID 431889103.37456.1520467413534@poczta.nazwa.pl
State Not applicable
Headers

Commit Message

Rafal Luzynski March 8, 2018, 12:03 a.m. UTC
  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:


The patch for el_GR is exactly the same.

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

Regards,

Rafal
  

Patch

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 "Ιανουάριος";/
         "Φεβρουάριος";/
         "Μάρτιος";/