Skip to content

Commit

Permalink
Define week, first_weekday, and first_workday for hsb_DE locale.
Browse files Browse the repository at this point in the history
(cherry picked from commit ee5a5ba)
  • Loading branch information
Ulrich Drepper authored and Petr Baudis committed Dec 4, 2009
1 parent ede3f7e commit b15f34a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 10 deletions.
4 changes: 4 additions & 0 deletions localedata/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2009-11-24 Ulrich Drepper <drepper@redhat.com>

* locales/hsb_DE: Define week, first_weekday, and first_workday.

2009-11-23 Ulrich Drepper <drepper@redhat.com>

* locales/en_DK: Define week, first_weekday, and first_workday.
Expand Down
24 changes: 14 additions & 10 deletions localedata/locales/hsb_DE
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ collating-symbol <SPECIAL>
% letter;accent;case;specials

order_start forward;backward/
;forward;position
;forward;position

% <CAPITAL> or <SMALL> letters first:

Expand Down Expand Up @@ -2136,16 +2136,16 @@ END LC_NUMERIC

LC_TIME
abday "<U004E><U006A>";"<U0050><U00F3>";/
"<U0057><U0075>";"<U0053><U0072>";/
"<U0160><U0074>";"<U0050><U006A>";/
"<U0053><U006F>"
"<U0057><U0075>";"<U0053><U0072>";/
"<U0160><U0074>";"<U0050><U006A>";/
"<U0053><U006F>"
day "<U004E><U006A><U0065><U0064><U017A><U0065><U006C><U0061>";/
"<U0050><U00F3><U006E><U0064><U017A><U0065><U006C><U0061>";/
"<U0057><U0075><U0074><U006F><U0072><U0061>";/
"<U0053><U0072><U006A><U0065><U0064><U0061>";/
"<U0160><U0074><U0076><U00F3><U0072><U0074><U006B>";/
"<U0050><U006A><U0061><U0074><U006B>";/
"<U0053><U006F><U0062><U006F><U0074><U0061>"
"<U0050><U00F3><U006E><U0064><U017A><U0065><U006C><U0061>";/
"<U0057><U0075><U0074><U006F><U0072><U0061>";/
"<U0053><U0072><U006A><U0065><U0064><U0061>";/
"<U0160><U0074><U0076><U00F3><U0072><U0074><U006B>";/
"<U0050><U006A><U0061><U0074><U006B>";/
"<U0053><U006F><U0062><U006F><U0074><U0061>"
abmon "<U004A><U0061><U006E>";"<U0046><U0065><U0062>";/
"<U004D><U011B><U0072>";"<U0041><U0070><U0072>";/
"<U004D><U0065><U006A>";"<U004A><U0075><U006E>";/
Expand All @@ -2172,6 +2172,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;19971130;4
first_weekday 2
first_workday 2
END LC_TIME

LC_PAPER
Expand Down

0 comments on commit b15f34a

Please sign in to comment.