diff options
author | Daniil Zhilin <generalfailer@protonmail.com> | 2016-11-27 22:46:26 +0300 |
---|---|---|
committer | Rafal Luzynski <digitalfreak@lingonborough.com> | 2019-07-17 11:41:24 +0200 |
commit | cce7b6a5783df9600d406b0499cebf84f2987dbc (patch) | |
tree | d11cd0d438cdba2977c01bf9c378b81ab8564f68 /localedata | |
parent | 1ff1373b3302e9e095dc4fd4d371451c00190780 (diff) | |
download | glibc-cce7b6a5783df9600d406b0499cebf84f2987dbc.tar.gz |
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.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/locales/en_IE | 1 | ||||
-rw-r--r-- | localedata/locales/ga_IE | 1 |
2 files changed, 2 insertions, 0 deletions
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 |