From 43408c62bbd060a20043b3138ee17f8f8295a39a Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 24 Sep 2005 17:54:15 +0000 Subject: [PATCH] [BZ #588] * locales/el_GR: Change to use 12h time format. Patch by Konstantinos Margaritis . --- localedata/ChangeLog | 4 ++++ localedata/locales/el_GR | 29 ++++++++++++++++++++++------- 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 2d8013a887..ac7ed57808 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,9 @@ 2005-09-24 Ulrich Drepper + [BZ #588] + * locales/el_GR: Change to use 12h time format. + Patch by Konstantinos Margaritis . + * SUPPORTED (SUPPORTED-LOCALES): Add hsb_DE and hsb_DE.UTF-8. [BZ #566] diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR index 95278657a3..d729d43298 100644 --- a/localedata/locales/el_GR +++ b/localedata/locales/el_GR @@ -112,14 +112,29 @@ mon "" "";/ "";/ "" -d_t_fmt "" +% Greece uses 12h time: http://publications.eu.int/code/el/el-4100800el.htm +% Appropriate date and time representation (%c) +% "%a %d %b %Y %r %Z" +d_t_fmt "" +% +% Appropriate date representation (%x) +% "%d/%m/%Y" d_fmt "" -t_fmt "" -am_pm "";"" -t_fmt_ampm "" -date_fmt "/ -/ -" +% +% Appropriate time representation (%X) +% "%r" +t_fmt "" +% +% Strings for AM/PM +% +am_pm "";"" +% +% Appropriate AM/PM time representation (%r) +% "%r" +t_fmt_ampm "" +% +% Appropriate date representation (date(1)) "%a %d %b %Y %r %Z" +date_fmt "" END LC_TIME LC_PAPER -- 2.43.5