Skip to content

Commit

Permalink
ga_IE and en_IE locales: Revert first_weekday removal (bug 24200).
Browse files Browse the repository at this point in the history
These values were removed by the commit 0a410e7.

	[BZ #24200]
	* localedata/locales/ga_IE (first_weekday): Add, set to 2 (Monday).
	* localedata/locales/en_IE (first_weekday): Likewise.
  • Loading branch information
Daniil Zhilin authored and rluzynski committed Jul 17, 2019
1 parent 1ff1373 commit cce7b6a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2019-07-17 Daniil Zhilin <[email protected]>

[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 <[email protected]>

* nptl/pthread_cond_wait.c: (__pthread_cond_clockwait): Remove code
Expand Down
1 change: 1 addition & 0 deletions localedata/locales/en_IE
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions localedata/locales/ga_IE
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cce7b6a

Please sign in to comment.