From patchwork Tue Jul 25 10:30:55 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 21753 X-Patchwork-Delegate: mfabian@redhat.com Received: (qmail 73248 invoked by alias); 25 Jul 2017 10:31:13 -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 68305 invoked by uid 89); 25 Jul 2017 10:31:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-22.9 required=5.0 tests=BAYES_00, BODY_8BITS, GARBLED_BODY, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, 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 5556E4A719 Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx09.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mfabian@redhat.com From: Mike FABIAN To: Akhilesh Kumar Cc: libc-alpha@sourceware.org Subject: Re: [PATCH v2] Added country_name in gu_IN References: <1500964161-22807-1-git-send-email-akhilesh.k@samsung.com> Date: Tue, 25 Jul 2017 12:30:55 +0200 In-Reply-To: <1500964161-22807-1-git-send-email-akhilesh.k@samsung.com> (Akhilesh Kumar's message of "Tue, 25 Jul 2017 11:59:21 +0530") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1.50 (gnu/linux) MIME-Version: 1.0 Akhilesh Kumar wrote: > [BZ #21831] > * locales/gu_IN (LC_ADDRESS) : Add country_name. > > Signed-off-by: Akhilesh Kumar > --- > localedata/locales/gu_IN | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN > index c0114ed..7df9ef3 100644 > --- a/localedata/locales/gu_IN > +++ b/localedata/locales/gu_IN > @@ -218,6 +218,7 @@ LC_ADDRESS > % LC_ADDRESS > postal_fmt "/ > " > +country_name "" > country_name "" > country_ab2 "" > country_ab3 "" You are just adding the same country_name again now. That seems useless. --- a/localedata/locales/gu_IN +++ b/localedata/locales/gu_IN @@ -218,6 +218,7 @@ LC_ADDRESS % LC_ADDRESS postal_fmt "%z%c%T%s/ %b%e%r" +country_name "ભારત" country_name "ભારત" country_ab2 "IN" country_ab3 "IND"