From patchwork Tue Jul 25 06:26:07 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 793217 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-82394-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="QkqPQUoz"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3xGpGt70bdz9s2G for ; Tue, 25 Jul 2017 16:28:54 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=AXIdfdSo6KJGGYmkomAqjEq/F0l0z9cYxs3UCV63Yz4 TKFM1sckB3DOOmQtfe4DmUMv4LCyAF9ojb2fmsR9YcDA5f/FDCtkP8B6T4neEahS pHOWFaWniK7qOmIpEVvnKAg6N1YTCfpQfADJci7jpMsZN3BvNFvmQAVfCsQv8Vmg = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=JIO5jwFpGWDSm5soKHctlvHOeF4=; b=QkqPQUozEl5/i0Hlb YNoNRZ2XYA7b6+CBdH1P3oWmd8d/A+cq1xYN5sousOiFvO4XeSz2H4oKG66Vw2l9 X6IfFZgVTVjIcxDE3i3dyaHuflw3omkMK0gTAPOMZBHuNWdt1F+WcoMWu1SOF1rl iMIVshctGvlD7lB6eLrXgejxDY= Received: (qmail 8904 invoked by alias); 25 Jul 2017 06:27:33 -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 8301 invoked by uid 89); 25 Jul 2017 06:26:24 -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 80AA968A8E Authentication-Results: ext-mx01.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx01.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 1/1] Added country_name in gu_IN References: <1500960968-14055-1-git-send-email-akhilesh.k@samsung.com> Date: Tue, 25 Jul 2017 08:26:07 +0200 In-Reply-To: <1500960968-14055-1-git-send-email-akhilesh.k@samsung.com> (Akhilesh Kumar's message of "Tue, 25 Jul 2017 11:06:08 +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 adding another country_name here, and it is in devanagari script, not gujarati script. The existing entry for country_name which contains “ભારત” seems correct to me. diff --git a/localedata/locales/gu_IN b/localedata/locales/gu_IN index c0114ed4ad..7df9ef3a5b 100644 --- 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"