diff options
author | Jeff Law <law@redhat.com> | 2012-06-04 18:15:08 +0200 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2012-06-04 18:15:08 +0200 |
commit | 03b6242320cb4758ed79fa248b114f0cc745d2db (patch) | |
tree | 309a8e9947add06a3912df48803e17cf27abb448 /localedata/locales/el_GR | |
parent | b17347ecff23ed4fd4a8dc377a4948558db43644 (diff) | |
download | glibc-03b6242320cb4758ed79fa248b114f0cc745d2db.tar.gz glibc-03b6242320cb4758ed79fa248b114f0cc745d2db.tar.xz glibc-03b6242320cb4758ed79fa248b114f0cc745d2db.zip |
[PATCH] Fix first_weekday/first_workday for EU locales
The following URL shows an official response to a question about locale dates within the EU. Basically they adopted ISO 8601: http://eur-lex.europa.eu/LexUriServ/LexUriServ.do?uri=OJ:C:2004:78E:0447:0447:EN:PDF ISO 8601: http://dotat.at/tmp/ISO_8601-2004_E.pdf 2.2.8 calendar week time interval of seven calendar days starting with a Monday The pt_PT locale change has been removed from the patch by Petr Baudis since Sunday seems to be the first day there in daily usage.
Diffstat (limited to 'localedata/locales/el_GR')
-rw-r--r-- | localedata/locales/el_GR | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/localedata/locales/el_GR b/localedata/locales/el_GR index bb1db143f3..e4d61d6df9 100644 --- a/localedata/locales/el_GR +++ b/localedata/locales/el_GR @@ -139,6 +139,8 @@ t_fmt_ampm "<U0025><U0049><U003A><U0025><U004D><U003A><U0025><U0053><U0020><U002 % % Appropriate date representation (date(1)) "%a %d %b %Y %r %Z" date_fmt "<U0025><U0061><U0020><U0025><U0064><U0020><U0025><U0062><U0020><U0025><U0059><U0020><U0025><U0072><U0020><U0025><U005A>" +first_workday 2 +first_weekday 2 END LC_TIME LC_PAPER |