From patchwork Fri Aug 11 07:01:37 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Akhilesh Kumar X-Patchwork-Id: 22066 Received: (qmail 43343 invoked by alias); 11 Aug 2017 07:10:26 -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 86428 invoked by uid 89); 11 Aug 2017 07:07:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-23.3 required=5.0 tests=AC_HTML_NONSENSE_TAGS, AWL, BAYES_00, BODY_8BITS, GARBLED_BODY, 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=rus X-HELO: mailout3.samsung.com From: Akhilesh Kumar To: libc-alpha@sourceware.org Cc: Akhilesh Kumar Subject: [PATCH v2] Added postal_fmt in tt_RU Date: Fri, 11 Aug 2017 12:31:37 +0530 Message-Id: <1502434897-19529-1-git-send-email-akhilesh.k@samsung.com> MIME-Version: 1.0 X-CMS-MailID: 20170811070613epcas5p27d2d956cf1a0ef05012391a96abdd2e5 X-Msg-Generator: CA X-Sender-IP: 182.195.40.14 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: 20170811070613epcas5p27d2d956cf1a0ef05012391a96abdd2e5 CMS-TYPE: 105P DLP-Filter: Pass X-CFilter-Loop: Reflected X-CMS-RootMailID: 20170811070613epcas5p27d2d956cf1a0ef05012391a96abdd2e5 X-RootMTR: 20170811070613epcas5p27d2d956cf1a0ef05012391a96abdd2e5 References: Reference http://www.bitboost.com/ref/international-address-formats/russia/ [BZ# 21938] *locales/ce_RU(LC_ADDRESS) : Fix postal_fmt *locales/mhr_RU(LC_ADDRESS) : Fix postal_fmt *locales/os_RU(LC_ADDRESS) : Fix postal_fmt *locales/ru_RU(LC_ADDRESS) : Fix postal_fmt *locales/tt_RU(LC_ADDRESS) : Added postal_fmt --- localedata/locales/ce_RU | 5 ++--- localedata/locales/mhr_RU | 7 ++----- localedata/locales/os_RU | 7 ++----- localedata/locales/ru_RU | 7 ++----- localedata/locales/tt_RU | 5 +++-- 5 files changed, 11 insertions(+), 20 deletions(-) diff --git a/localedata/locales/ce_RU b/localedata/locales/ce_RU index 7f24fe0..d613193 100644 --- a/localedata/locales/ce_RU +++ b/localedata/locales/ce_RU @@ -144,9 +144,8 @@ name_fmt "/ END LC_NAME LC_ADDRESS -% %f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N -postal_fmt "" -country_name "" +% http://www.bitboost.com/ref/international-address-formats/russia/ +postal_fmt "%n%s%b%h%l%T%S%z%c" % RU country_ab2 "" % RUS diff --git a/localedata/locales/mhr_RU b/localedata/locales/mhr_RU index 7ad658a..490581c 100644 --- a/localedata/locales/mhr_RU +++ b/localedata/locales/mhr_RU @@ -155,11 +155,8 @@ name_fmt "/ END LC_NAME LC_ADDRESS -postal_fmt "/ -/ -/ -/ -" +% http://www.bitboost.com/ref/international-address-formats/russia/ +postal_fmt "%n%s%b%h%l%T%S%z%c" country_ab2 "" country_ab3 "" country_num 643 diff --git a/localedata/locales/os_RU b/localedata/locales/os_RU index 3b7cdf0..ed39906 100644 --- a/localedata/locales/os_RU +++ b/localedata/locales/os_RU @@ -167,11 +167,8 @@ copy "ru_RU" END LC_NAME LC_ADDRESS -postal_fmt "/ -/ -/ -/ -" +% http://www.bitboost.com/ref/international-address-formats/russia/ +postal_fmt "%n%s%b%h%l%T%S%z%c" country_name "" country_ab2 "" country_ab3 "" diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU index 6434f39..5083cb6 100644 --- a/localedata/locales/ru_RU +++ b/localedata/locales/ru_RU @@ -177,11 +177,8 @@ name_fmt "/ END LC_NAME LC_ADDRESS -postal_fmt "/ -/ -/ -/ -" +% http://www.bitboost.com/ref/international-address-formats/russia/ +postal_fmt "%n%s%b%h%l%T%S%z%c" country_name "" country_ab2 "" country_ab3 "" diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU index e305cf5..95fdde6 100644 --- a/localedata/locales/tt_RU +++ b/localedata/locales/tt_RU @@ -318,8 +318,9 @@ name_fmt "???" END LC_NAME LC_ADDRESS -% FIXME -postal_fmt "???" +% http://www.bitboost.com/ref/international-address-formats/russia/ +% Name of the country (for international items) +postal_fmt "%n%s%b%h%l%T%S%z%c" % https://tt.wikipedia.org/wiki/%D0%A0%D1%83%D1%81%D0%B8%D1%8F : Русия country_name "" country_ab2 ""