mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-15 04:20:28 +08:00
locale: More strictly implement ISO 8601 for Esperanto locale
Esperanto, as an international language and a bit of a non-locale, usually defaults to international consensus. In this commit, I make the Esperanto locale more in line with ISO 8601 by setting the first day as Monday, and the first week as containing January 4. Closes: BZ #32323 Signed-off-by: Carmen Bianca BAKKER <carmen@carmenbianca.eu> Reviewed-by: Mike FABIAN <mfabian@redhat.com>
This commit is contained in:
parent
17a43505b3
commit
c5a3d1bc84
@ -175,7 +175,8 @@ d_t_fmt "%a %d %b %Y %T"
|
||||
date_fmt "%a %d %b %Y %T %z"
|
||||
d_fmt "%Y-%m-%d"
|
||||
t_fmt "%T"
|
||||
week 7;19971130;1
|
||||
week 7;19971130;4
|
||||
first_weekday 2
|
||||
END LC_TIME
|
||||
|
||||
LC_MESSAGES
|
||||
|
Loading…
Reference in New Issue
Block a user