Revert first_weekday removal

Message ID 20161127194626.4325-2-just4steam778@gmail.com
State Superseded
Headers

Commit Message

Daniil Zhilin Nov. 27, 2016, 7:46 p.m. UTC
  From: Daniil Zhilin <generalfailer@protonmail.com>

---
 localedata/locales/en_IE | 1 +
 1 file changed, 1 insertion(+)
  

Comments

Daniil Zhilin Nov. 27, 2016, 7:51 p.m. UTC | #1
Aw, damn it. Sorry about that.


On 27/11/16 22:46, Daniil Zhilin wrote:
> From: Daniil Zhilin <generalfailer@protonmail.com>
>
> ---
>   localedata/locales/en_IE | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE
> index c300a3f..d9662d8 100644
> --- a/localedata/locales/en_IE
> +++ b/localedata/locales/en_IE
> @@ -116,6 +116,7 @@ d_fmt       "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
>   t_fmt       "<U0025><U0054>"
>   am_pm       "";""
>   t_fmt_ampm  ""
> +first_weekday 2
>   week 7;19971130;4
>   END LC_TIME
>
  
Mike Frysinger Nov. 27, 2016, 8:58 p.m. UTC | #2
On 27 Nov 2016 22:46, Daniil Zhilin wrote:
> From: Daniil Zhilin <generalfailer@protonmail.com>
> 
> ---
>  localedata/locales/en_IE | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE
> index c300a3f..d9662d8 100644
> --- a/localedata/locales/en_IE
> +++ b/localedata/locales/en_IE
> @@ -116,6 +116,7 @@ d_fmt       "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
>  t_fmt       "<U0025><U0054>"
>  am_pm       "";""
>  t_fmt_ampm  ""
> +first_weekday 2
>  week 7;19971130;4
>  END LC_TIME

CLDR disagrees:
supplementalData.xml:
	<firstDay day="sun"  territories="... IE ..." />

if you think it's incorrect, you can get it changed here:
	http://cldr.unicode.org/index/bug-reports
-mike
  

Patch

diff --git a/localedata/locales/en_IE b/localedata/locales/en_IE
index c300a3f..d9662d8 100644
--- a/localedata/locales/en_IE
+++ b/localedata/locales/en_IE
@@ -116,6 +116,7 @@  d_fmt       "<U0025><U0064><U002F><U0025><U006D><U002F><U0025><U0079>"
 t_fmt       "<U0025><U0054>"
 am_pm       "";""
 t_fmt_ampm  ""
+first_weekday 2
 week 7;19971130;4
 END LC_TIME