From patchwork Tue Jan 19 01:30:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnaud X-Patchwork-Id: 10445 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 96353 invoked by alias); 19 Jan 2016 01:30:55 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 96336 invoked by uid 89); 19 Jan 2016 01:30:55 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AC_HTML_NONSENSE_TAGS, AWL, BAYES_00, FREEMAIL_ENVFROM_END_DIGIT, FREEMAIL_FROM, RCVD_IN_DNSWL_LOW, SPF_PASS autolearn=no version=3.3.2 spammy=country, switzerland X-HELO: mail-wm0-f46.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:subject:references:to:from:message-id:date :user-agent:mime-version:in-reply-to:content-type; bh=GNmUKopFt54xn1Jv+Jh2rI5IPbKAdfSZuCciNcHX9/g=; b=CLtVtFxR24mTGhICmHSerCv6reWAidKeQOqWPx45GMRK6gsiyqiO7c34Olt7Kt4EGR 4Jsw4KAyYvECrRoc2w8Ua8f33yEmEgWqseSXrnkiGvxxFhw6T3i+5gA9nY4Wah1waozQ HAn6hMzDnmFeYdiQTVWNFBgQB97odqlTv7oDuJAPlNDsMOzFwp2AXPqQqARTCr1IqL1u mu0ipnPaK5ipZjS3vkLnyDgb6UEv6l1ABYaQn/m8lKQACylCWI3HONSg0Puy8ZbuiRrz M8AF3reUZwM9kqeYtrqe+HvRvBp+YYmsYqPJPUOL1ABlYWQ/0GFAAa0/45ae0BssNBvg 1FcA== X-Gm-Message-State: ALoCoQl87j6ua4wMiXHXJVEXGmHosKq3O1ND2/L9+vw31R4D1ju+dDEZ+i2QEkg/DHX6kTAgwAIddGV2kV1nfKkjpkwjEmLNaA== X-Received: by 10.194.79.227 with SMTP id m3mr26468996wjx.5.1453167051484; Mon, 18 Jan 2016 17:30:51 -0800 (PST) Subject: [COMMITTED] Change for locale fr_CH and it_CH for monday as fisrt day of the week References: <569D90B8.7020509@gmail.com> To: libc-alpha@sourceware.org From: Arnaud X-Forwarded-Message-Id: <569D90B8.7020509@gmail.com> Message-ID: <569D91CA.6050809@gmail.com> Date: Tue, 19 Jan 2016 02:30:50 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: <569D90B8.7020509@gmail.com> 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 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 --- 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 "/ / " + +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 "/ / " + +week 7;19971130;4 +first_weekday 2 +first_workday 2 END LC_TIME LC_PAPER -- 2.5.0