diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | localedata/locales/en_IE | 1 | ||||
-rw-r--r-- | localedata/locales/ga_IE | 1 |
3 files changed, 8 insertions, 0 deletions
@@ -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 diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE index 5138e2ac5a..09c42c7f6a 100644 --- a/localedata/locales/en_IE +++ b/localedata/locales/en_IE @@ -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 diff --git a/localedata/locales/ga_IE b/localedata/locales/ga_IE index 782adbaa5c..f0ba1b0e32 100644 --- a/localedata/locales/ga_IE +++ b/localedata/locales/ga_IE @@ -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 |