From patchwork Thu Oct 26 08:53:33 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 23831 Received: (qmail 69577 invoked by alias); 26 Oct 2017 08:53:42 -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 69537 invoked by uid 89); 26 Oct 2017 08:53:39 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-25.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD, SPF_HELO_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 603534B8B Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx03.extmail.prod.ext.phx2.redhat.com; spf=fail smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: GNU C Library Subject: [committed, PATCH] zh_SG locale: Use copy "zh_CN" in LC_MESSAGES instead of English Date: Thu, 26 Oct 2017 10:53:33 +0200 Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN" instead of using English. From 1bfb86aeb4fd66d09d3ff0bd3025b19ac383b9f6 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Wed, 25 Oct 2017 09:15:33 +0200 Subject: [PATCH 09/19] zh_SG locale: Use copy "zh_CN" in LC_MESSAGES instead of English * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN" instead of using English. --- ChangeLog | 5 +++++ localedata/locales/zh_SG | 5 +---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6c99d91e5..950120e7e9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-10-25 Mike FABIAN + + * localedata/locales/zh_SG (LC_MESSAGES): Use copy "zh_CN" + instead of using English. + 2017-10-25 Mike FABIAN * localedata/locales/ug_CN (LC_MESSAGES): Fix noexpr and yesexpr diff --git a/localedata/locales/zh_SG b/localedata/locales/zh_SG index 7ed2fc4c24..3ffe62279b 100644 --- a/localedata/locales/zh_SG +++ b/localedata/locales/zh_SG @@ -140,10 +140,7 @@ END LC_TIME LC_MESSAGES -yesexpr "" -noexpr "" -yesstr "" -nostr "" +copy "zh_CN" END LC_MESSAGES -- 2.14.2