public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Abbreviated month name updates for lt_LT and el_* [BZ 22932,22937]
@ 2018-03-08  0:03 Rafal Luzynski
  2018-03-08  0:05 ` [PATCH 1/2] lt_LT locale: Update abbreviated month names (bug 22932) Rafal Luzynski
  2018-03-08  0:06 ` [PATCH 2/2] Greek (el_CY, el_GR) locales: Introduce ab_alt_mon (bug 22937) Rafal Luzynski
  0 siblings, 2 replies; 6+ messages in thread
From: Rafal Luzynski @ 2018-03-08  0:03 UTC (permalink / raw)
  To: libc-alpha

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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-03-15 14:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-08  0:03 [PATCH 0/2] Abbreviated month name updates for lt_LT and el_* [BZ 22932,22937] Rafal Luzynski
2018-03-08  0:05 ` [PATCH 1/2] lt_LT locale: Update abbreviated month names (bug 22932) Rafal Luzynski
2018-03-15  9:30   ` Rafal Luzynski
2018-03-08  0:06 ` [PATCH 2/2] Greek (el_CY, el_GR) locales: Introduce ab_alt_mon (bug 22937) Rafal Luzynski
2018-03-15  9:32   ` Rafal Luzynski
2018-03-15 14:30     ` Carlos O'Donell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).