Skip to content

Commit

Permalink
* locales/de_DE: Set first week day to Monday.
Browse files Browse the repository at this point in the history
	* locales/fr_FR: Likewise.
  • Loading branch information
Ulrich Drepper committed Oct 9, 2007
1 parent e3f8e04 commit 7753717
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2007-10-09 Ulrich Drepper <drepper@redhat.com>

* locales/de_DE: Set first week day to Monday.
* locales/fr_FR: Likewise.

2007-10-07 Ulrich Drepper <drepper@redhat.com>

[BZ #73]
Expand Down
6 changes: 6 additions & 0 deletions localedata/locales/de_DE
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ END LC_CTYPE

LC_COLLATE

define DIACRIT_FORWARD

% Copy the template from ISO/IEC 14651
copy "iso14651_t1"

Expand Down Expand Up @@ -153,6 +155,10 @@ t_fmt_ampm ""
date_fmt "<U0025><U0061><U0020><U0025><U002D><U0064><U002E><U0020>/
<U0025><U0062><U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053>/
<U0020><U0025><U005A><U0020><U0025><U0059>"

week 7;19971201;4
first_weekday 1
first_workday 1
END LC_TIME

LC_MESSAGES
Expand Down
4 changes: 4 additions & 0 deletions localedata/locales/fr_FR
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,10 @@ t_fmt_ampm ""
date_fmt "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
<U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
<U0025><U005A><U0020><U0025><U0059>"

week 7;19971201;4
first_weekday 1
first_workday 1
END LC_TIME

LC_PAPER
Expand Down

0 comments on commit 7753717

Please sign in to comment.