From patchwork Thu Jul 13 06:39:34 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike FABIAN X-Patchwork-Id: 787526 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org 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 3x7R4y66Lfz9s0g for ; Thu, 13 Jul 2017 16:39:46 +1000 (AEST) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="wxtz1lTe"; dkim-atps=neutral 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=eUvgKk7oZrLZpfy5RuZyKDH9UWDJfj+tERxjykohGA8 ZTyZujGHup+SEey2LIehvCaT8cP7ub0yvwKd16Jglw7mgOke/ddsFkKHfatFgykw 8UvnzIhIIxNhJpEo8kQ54ps2M/Z+0Ar9J4k0gPR7uiBpZZYfcISpD6/1ZrLUn3fY = 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=Pw0ebKL8AZwqPqFen4bxsRdDTbs=; b=wxtz1lTe6l/ViEZHq i2LdtgOLQf56vLevOiQ/ODSf20WmSbIPJIG7EscQ/dAJwhhZxnPYUlesF8tK1BHK sA+WCfo+lsWhzCQWDmWf3yGsws6sfxui/1yHdm2dot5miQJ8tUnxpMDm5tTYRWks F0fmwaEWAwYQOcsGhf9y4HoWRE= Received: (qmail 48874 invoked by alias); 13 Jul 2017 06:39:39 -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 47330 invoked by uid 89); 13 Jul 2017 06:39:38 -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 37E59334590 Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx05.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=mfabian@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 37E59334590 From: Mike FABIAN To: Akhilesh Kumar Cc: libc-alpha@sourceware.org, pankaj.m@samsung.com Subject: Re: [PATCH 1/1] LC_MESSAGES Fix for om_ET Locale References: <1499918462-21239-1-git-send-email-akhilesh.k@samsung.com> Date: Thu, 13 Jul 2017 08:39:34 +0200 In-Reply-To: <1499918462-21239-1-git-send-email-akhilesh.k@samsung.com> (Akhilesh Kumar's message of "Thu, 13 Jul 2017 09:31:02 +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 #21766 ] > Fix LC_MESSAGES for om_ET Locale > > Signed-off-by: Akhilesh Kumar > --- > localedata/locales/om_ET | 5 ++++- > 1 files changed, 4 insertions(+), 1 deletions(-) > > diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET > index 79efde6..b78ecd4 100644 > --- a/localedata/locales/om_ET > +++ b/localedata/locales/om_ET > @@ -109,7 +109,10 @@ END LC_TELEPHONE > %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% > > LC_MESSAGES > -copy "ti_ET" > +yesexpr "" > +noexpr "" > +yesstr "" > +nostr "" > END LC_MESSAGES decoded this is: But my patch updates noexpr as well, I’m going to use that one for the moment. diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET index 79efde6..b78ecd4 100644 --- a/localedata/locales/om_ET +++ b/localedata/locales/om_ET @@ -109,7 +109,10 @@ END LC_TELEPHONE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_MESSAGES -copy "ti_ET" +yesexpr "^[+1eEyY]" +noexpr "^[-0nN]" +yesstr "Ee" +nostr "Lakki" END LC_MESSAGES I did that myself already yesterday and used: diff --git a/localedata/locales/om_ET b/localedata/locales/om_ET index 79efde67fd..0e79cb2800 100644 --- a/localedata/locales/om_ET +++ b/localedata/locales/om_ET @@ -109,7 +109,12 @@ END LC_TELEPHONE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_MESSAGES -copy "ti_ET" +yesexpr "^[+1eEyY]" +noexpr "^[-0mMnN]" +% eeyyee +yesstr "eeyyee" +% miti +nostr "miti" END LC_MESSAGES Hard to say which is better without input from a native speaker.