This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[COMMITTED] Change for locale fr_CH and it_CH for monday as fisrt day of the week


Hello,

Would it be possible to change the locale fr_CH and it_CH to have monday as the first day of the week ?
It has already been accepted for the locale de_CH, that is in the same country (Switzerland).

I have sent a patch with the 2 files modifications (sha1: 0b1697b)
The patch is added in the email.

It would help a lot, as for each glibc update, we have to do these changes again.

Sorry if it was not done correctly, it is the first time I do this.

Thanks



>From 0b1697b6d875d5de861e9f68ff8c0d2b82fd8544 Mon Sep 17 00:00:00 2001
From: Arnaud <xxx@xxx.xxx>
Date: Tue, 19 Jan 2016 01:39:54 +0100
Subject: [PATCH] Locale fr_CH and it_CH: change first day of the week

Signed-off-by: Arnaud <xxx@xxx.xxx>
---
 localedata/locales/fr_CH | 4 ++++
 localedata/locales/it_CH | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/localedata/locales/fr_CH b/localedata/locales/fr_CH
index fa9aca4..5ed55a0 100644
--- a/localedata/locales/fr_CH
+++ b/localedata/locales/fr_CH
@@ -104,6 +104,10 @@ t_fmt_ampm ""
 date_fmt       "<U0025><U0061><U0020><U0025><U0062><U0020><U0025><U0065>/
 <U0020><U0025><U0048><U003A><U0025><U004D><U003A><U0025><U0053><U0020>/
 <U0025><U005A><U0020><U0025><U0059>"
+
+week    7;19971130;4
+first_weekday 2
+first_workday 2
 END LC_TIME
 
 LC_PAPER
diff --git a/localedata/locales/it_CH b/localedata/locales/it_CH
index 5f50d7e..3672180 100644
--- a/localedata/locales/it_CH
+++ b/localedata/locales/it_CH
@@ -99,6 +99,10 @@ t_fmt_ampm ""
 date_fmt       "<U0025><U0061><U0020><U0025><U0065><U0020><U0025>/
 <U0062><U0020><U0025><U0059><U002C><U0020><U0025><U0048><U002E>/
 <U0025><U004D><U002E><U0025><U0053><U002C><U0020><U0025><U005A>"
+
+week    7;19971130;4
+first_weekday 2
+first_workday 2
 END LC_TIME
 
 LC_PAPER
-- 
2.5.0



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]