From 03b6242320cb4758ed79fa248b114f0cc745d2db Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Mon, 4 Jun 2012 18:15:08 +0200 Subject: [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. --- localedata/locales/oc_FR | 2 ++ 1 file changed, 2 insertions(+) (limited to 'localedata/locales/oc_FR') diff --git a/localedata/locales/oc_FR b/localedata/locales/oc_FR index 156f81243f..2a7f836434 100644 --- a/localedata/locales/oc_FR +++ b/localedata/locales/oc_FR @@ -123,6 +123,8 @@ d_fmt "" t_fmt "" am_pm "";"" t_fmt_ampm "" +first_workday 2 +first_weekday 2 END LC_TIME LC_NAME -- cgit v1.2.1