From e7155a28ef61f240da156e1cea410b61afca14ad Mon Sep 17 00:00:00 2001 From: Rafal Luzynski Date: Thu, 8 Mar 2018 00:45:04 +0100 Subject: [PATCH] Greek (el_CY, el_GR) locales: Introduce ab_alt_mon (bug 22937). MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit As spotted by GNOME translation team, Greek language has the actually visible difference between the abbreviated nominative and the abbreviated genitive case for some month names. Examples: May: abbreviated nominative: "Μάι" -> abbreviated genitive: "Μαΐ" July: abbreviated nominative: "Ιούν" -> abbreviated genitive: "Ιουλ" and more month names with similar differences. Original discussion: https://bugzilla.gnome.org/show_bug.cgi?id=793645#c21 [BZ #22937] * localedata/locales/el_CY (abmon): Rename to... (ab_alt_mon): This. (abmon): Import from CLDR (abbreviated genitive case). * localedata/locales/el_GR (abmon): Rename to... (ab_alt_mon): This. (abmon): Import from CLDR (abbreviated genitive case). --- ChangeLog | 10 ++++++++++ localedata/locales/el_CY | 8 +++++++- localedata/locales/el_GR | 8 +++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index fb7e518770..d2f4131863 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ 2018-03-15 Rafal Luzynski + [BZ #22937] + * localedata/locales/el_CY (abmon): Rename to... + (ab_alt_mon): This. + (abmon): Import from CLDR (abbreviated genitive case). + * localedata/locales/el_GR (abmon): Rename to... + (ab_alt_mon): This. + (abmon): Import from CLDR (abbreviated genitive case). + +2018-03-15 Rafal Luzynski + [BZ #22932] * localedata/locales/lt_LT (abmon): Synchronize with CLDR. diff --git a/localedata/locales/el_CY b/localedata/locales/el_CY index f27a74bb76..28055f335b 100644 --- a/localedata/locales/el_CY +++ b/localedata/locales/el_CY @@ -72,12 +72,18 @@ day "";/ "";/ "";/ "" -abmon "";"";/ +ab_alt_mon "";"";/ "";"";/ "";"";/ "";"";/ "";"";/ "";"" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" alt_mon "";/ "";/ "";/ diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR index a82ef8c6d9..7362492fbd 100644 --- a/localedata/locales/el_GR +++ b/localedata/locales/el_GR @@ -104,12 +104,18 @@ day "";/ "";/ "";/ "" -abmon "";"";/ +ab_alt_mon "";"";/ "";"";/ "";"";/ "";"";/ "";"";/ "";"" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" alt_mon "";/ "";/ "";/ -- 2.11.4.GIT