From patchwork Thu May 19 22:12:35 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Mike Frysinger X-Patchwork-Id: 12402 X-Patchwork-Delegate: vapier@gentoo.org Received: (qmail 119762 invoked by alias); 19 May 2016 22:12:43 -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 119749 invoked by uid 89); 19 May 2016 22:12:42 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: =?ISO-8859-1?Q?No, score=4.4 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, BODY_8BITS, GARBLED_BODY, RP_MATCHES_RCVD, SPF_PASS autolearn=no version=3.3.2 spammy=8:=b0, 8:=a4=be, 8:=b9=e0, january?= X-HELO: smtp.gentoo.org From: Mike Frysinger To: libc-alpha@sourceware.org Subject: [PATCH] localedata: ne_NP: misc updates [BZ #1170] Date: Thu, 19 May 2016 18:12:35 -0400 Message-Id: <1463695955-19858-1-git-send-email-vapier@gentoo.org> MIME-Version: 1.0 From: Paras pradhan This locale was originally copied from ne_IN and it shows: many fields are incorrect for the Nepal territory, and many fields are missing translations. I've vetted most of these against CLDR as not all fields are covered by it. LC_TIME abday tuesday: मगल -> मङगल thursday: बिहि -> बिही day tuesday: मगलबार -> मङगलबार thursday: बिहिबार -> बिहीबार abmon: january: जनवरी -> जन february: फरवरी -> फब april: अपरल -> अपरि may: मई -> म july: जलाई -> जला august: अगसत -> अग september: सितमबर -> सपट october: अकटबर -> अकट november: नवमबर -> नोभ december: दिसमबर -> डिस mon: february: फरवरी -> फबरअरी april: अपरल -> अपरिल may: मई -> म september: सितमबर -> सपटमबर october: अकटबर -> अकटोबर november: नवमबर -> नोभमबर december: दिसमबर -> डिसमबर d_t_fmt: %A %d %b %Y %I:%M:%S %p %Z -> %Y %B %d %I:%M:%S %p d_fmt: %A %d %b %Y -> %Y %B %d %A t_fmt: %I:%M:%S %Z -> %H:%M:%S t_fmt_ampm: %I:%M:%S %p %Z -> %I:%M:%S %p LC_NAME: name_fmt: %p%t%f%t%g -> %p%t%g%t%m%t%f name_gen: setting to ज्यू name_mr: setting to श्रीमान् name_mrs: setting to श्रीमती name_miss: setting to सुश्री LC_ADDRESS: postal_fmt: %z%c%T%s%b%e%r -> %f%N%h%s%N%T LC_TELEPHONE: tel_int_fmt: +%c ;%a ;%l -> +%c %a%t%l --- localedata/locales/ne_NP | 113 +++++++++++++++++------------------------------ 1 file changed, 40 insertions(+), 73 deletions(-) diff --git a/localedata/locales/ne_NP b/localedata/locales/ne_NP index 049cbd2..082d503 100644 --- a/localedata/locales/ne_NP +++ b/localedata/locales/ne_NP @@ -86,77 +86,54 @@ END LC_NUMERIC LC_TIME -% This is the POSIX Locale definition for the LC_TIME category. -% These are generated based on XML base Locale definition file -% for IBM Class for Unicode/Java -% -% Abbreviated weekday names (%a) abday "";/ "";/ - "";/ + "";/ "";/ - "";/ + "";/ "";/ "" -% -% Full weekday names (%A) day "";/ "";/ - "";/ + "";/ "";/ - "";/ + "";/ "";/ "" -% -% Abbreviated month names (%b) -abmon "";/ - "";/ +abmon "";/ + "";/ "";/ - "";/ - "";"";/ - "";/ - "";/ - "";/ - "";/ - "";/ - "" -% -% Full month names (%B) + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" mon "";/ - "";/ + "";/ "";/ - "";/ - "";"";/ + "";/ + "";/ + "";/ "";/ "";/ - "";/ - "";/ - "";/ - "" -% -% Equivalent of AM PM + "";/ + "";/ + "";/ + "" am_pm "";/ "" -% -% Appropriate date and time representation -% %A %d %b %Y%I:%M:%S %Z -d_t_fmt "/ -/ -" -% -% Appropriate date representation -% %A %d %b %Y -d_fmt "/ -" -% -% Appropriate time representation -% %I:%M:%S %Z -t_fmt "/ -" -% -% Appropriate 12 h time representation (%r) +d_t_fmt "/ +/ +" +d_fmt "/ +" +t_fmt "" t_fmt_ampm "/ -" +" week 7;19971130;1 END LC_TIME @@ -175,25 +152,18 @@ END LC_PAPER LC_NAME -% This is the ISO_IEC TR14652 Locale definition for the -% LC_NAME category. -% -name_fmt "/ -" -name_gen "" -name_mr "" -name_mrs "" -name_miss "" -name_ms "" - +name_fmt "/ +" +name_gen "" +name_mr "" +name_mrs "" +name_miss "" END LC_NAME LC_ADDRESS -% This is the ISO_IEC TR14652 Locale definition for the -% LC_ADDRESS -postal_fmt "/ -" +postal_fmt "/ +" country_name "" country_ab2 "" country_ab3 "" @@ -212,12 +182,9 @@ END LC_ADDRESS LC_TELEPHONE -% This is the ISO_IEC TR14652 Locale definition for the -% -tel_int_fmt "/ -" +tel_int_fmt "/ +" int_prefix "" - END LC_TELEPHONE