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/ChangeLog | |
parent | b17347ecff23ed4fd4a8dc377a4948558db43644 (diff) | |
download | glibc-03b6242320cb4758ed79fa248b114f0cc745d2db.tar glibc-03b6242320cb4758ed79fa248b114f0cc745d2db.tar.gz glibc-03b6242320cb4758ed79fa248b114f0cc745d2db.tar.bz2 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/ChangeLog')
-rw-r--r-- | localedata/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 975e59fff0..90e2a50a1f 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,13 @@ +2012-06-01 Jeff Law <law@redhat.com> + + [BZ#14199] + * locales/en_ES: Fix first_weekday and first_workday. + * locales/{ast_ES, br_FR, cy_GB, de_DE, de_LU}: Likewise. + * locales/{el_GR, en_IE, eu_ES, fr_LU, fy_NL}: Likewise. + * locales/{ga_IE, gd_GB, gl_ES, gv_GB, it_IT}: Likewise. + * locales/{kw_GB, lij_IT, lt_LT, lv_LV, mt_MT}: Likewise. + * locales/{nl_BE, oc_FR, tr_CY, wa_BE}: Likewise. + 2012-04-20 Chandan Kumar <chandankumar.093047@gmail.com> [BZ#13968] |