From patchwork Thu Jul 27 07:41:49 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Akhilesh Kumar X-Patchwork-Id: 794239 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-82471-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="eJ591Ymm"; 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 3xJ3vL5V3bz9s06 for ; Thu, 27 Jul 2017 17:46:22 +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:date:message-id :content-type:references; q=dns; s=default; b=STrI/KVnbUd3lZU57T bGchyX/r4VoyQGJH+j14PGwY/HBcgE44Xzn7yEAd/OVs7nzSfclhxmtoGGDyhoa0 vVWHE7uO4zQjEClh2s70QciPSQb44jjAff1+6D+YoP5gFzNs/VOcbtJytXL/3bkN kM65HKfIenssFBLiENFjGREeY= 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:date:message-id :content-type:references; s=default; bh=PBVW35iaQf9Sv39matJUOkZ7 RVk=; b=eJ591YmmGuEmTkQ/ELeiUvxDi3GKWJW12oG2Y5/2K9gNwDaZHq/jl0zJ 2lKD2EvHgFioT5TTEIIPFYb2DrGWPeVrhjF71/jonRK5rQmA2oCH4TUqD5fMVJEU ZxCrzct8rppnAhINN/dozhq4cpQnXiN2B9c5VmSmf76IF+nb1e4= Received: (qmail 8196 invoked by alias); 27 Jul 2017 07:46: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 7978 invoked by uid 89); 27 Jul 2017 07:45:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_HELO_PASS, SPF_PASS autolearn=ham version=3.3.2 spammy=MONETARY, Hx-spam-relays-external:ESMTPA X-HELO: mailout3.samsung.com From: Akhilesh Kumar To: libc-alpha@sourceware.org Cc: Akhilesh Kumar Subject: [PATCH v2] Fix LC_MONETARY for ta_LK Date: Thu, 27 Jul 2017 13:11:49 +0530 Message-Id: <1501141309-3362-1-git-send-email-akhilesh.k@samsung.com> X-CMS-MailID: 20170727074545epcas5p377e497869601489888fd9982eb8956ed X-Msg-Generator: CA X-Sender-IP: 182.195.40.13 X-Local-Sender: =?UTF-8?B?QUtISUxFU0ggS1VNQVIbU1JJLURlbGhpLVBsYXRmb3JtIFMv?= =?UTF-8?B?VyAxIFRlYW0b7IK87ISx7KCE7J6QG0NoaWVmIEVuZ2luZWVy?= X-Global-Sender: =?UTF-8?B?QUtISUxFU0ggS1VNQVIbU1JJLURlbGhpLVBsYXRmb3JtIFMv?= =?UTF-8?B?VyAxIFRlYW0bU2Ftc3VuZ8KgRWxlY3Ryb25pY3MbQ2hpZWYgRW5naW5lZXI=?= X-Sender-Code: =?UTF-8?B?QzEwG1NXQUhRG0MxMElEMDJJRDAyODExNQ==?= X-MTR: 20170727074545epcas5p377e497869601489888fd9982eb8956ed CMS-TYPE: 105P DLP-Filter: Pass X-CFilter-Loop: Reflected X-CMS-RootMailID: 20170727074545epcas5p377e497869601489888fd9982eb8956ed X-RootMTR: 20170727074545epcas5p377e497869601489888fd9982eb8956ed References: Fix: Wrong MONETARY system is used in ta_LK [#BZ 21839] locales/ta_LK (LC_MONETARY) : Fix ta_IN to si_LK --- localedata/locales/ta_LK | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/localedata/locales/ta_LK b/localedata/locales/ta_LK index 94cd58f..e585ca4 100644 --- a/localedata/locales/ta_LK +++ b/localedata/locales/ta_LK @@ -46,11 +46,11 @@ category "i18n:2012";LC_MEASUREMENT LC_MONETARY -copy "ta_IN" +copy "si_LK" END LC_MONETARY -- 1.7.1