mirror of git://sourceware.org/git/glibc.git
ga_IE and en_IE locales: Revert first_weekday removal (bug 24200).
These values were removed by the commit 0a410e76f5
.
[BZ #24200]
* localedata/locales/ga_IE (first_weekday): Add, set to 2 (Monday).
* localedata/locales/en_IE (first_weekday): Likewise.
This commit is contained in:
parent
1ff1373b33
commit
cce7b6a578
|
@ -1,3 +1,9 @@
|
|||
2019-07-17 Daniil Zhilin <generalfailer@protonmail.com>
|
||||
|
||||
[BZ #24200]
|
||||
* localedata/locales/ga_IE (first_weekday): Add, set to 2 (Monday).
|
||||
* localedata/locales/en_IE (first_weekday): Likewise.
|
||||
|
||||
2019-07-12 Mike Crowe <mac@mcrowe.com>
|
||||
|
||||
* nptl/pthread_cond_wait.c: (__pthread_cond_clockwait): Remove code
|
||||
|
|
|
@ -112,6 +112,7 @@ d_fmt "%d//%m//%y"
|
|||
t_fmt "%T"
|
||||
am_pm "";""
|
||||
t_fmt_ampm ""
|
||||
first_weekday 2
|
||||
week 7;19971130;4
|
||||
END LC_TIME
|
||||
|
||||
|
|
|
@ -119,6 +119,7 @@ d_fmt "%d.%m.%y"
|
|||
t_fmt "%T"
|
||||
am_pm "";""
|
||||
t_fmt_ampm ""
|
||||
first_weekday 2
|
||||
week 7;19971130;4
|
||||
END LC_TIME
|
||||
|
||||
|
|
Loading…
Reference in New Issue