From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3417 invoked by alias); 18 Apr 2016 05:15:28 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 3277 invoked by uid 89); 18 Apr 2016 05:15:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AC_HTML_NONSENSE_TAGS,BAYES_00,RP_MATCHES_RCVD,SPF_PASS,WEIRD_QUOTING autolearn=ham version=3.3.2 spammy=CAP, U0043, U004C, congo X-HELO: smtp.gentoo.org From: Mike Frysinger To: libc-alpha@sourceware.org Subject: [PATCH] localedata: ln_CD: new locale [BZ #12676] Date: Mon, 18 Apr 2016 05:15:00 -0000 Message-Id: <1460956504-32450-1-git-send-email-vapier@gentoo.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-SW-Source: 2016-04/txt/msg00427.txt.bz2 From: Claude Paroz --- localedata/SUPPORTED | 1 + localedata/locales/ln_CD | 201 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 202 insertions(+) create mode 100644 localedata/locales/ln_CD diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 2eaab81..6e820d6 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -290,6 +290,7 @@ lg_UG/ISO-8859-10 \ li_BE/UTF-8 \ li_NL/UTF-8 \ lij_IT/UTF-8 \ +ln_CD/UTF-8 \ lo_LA/UTF-8 \ lt_LT.UTF-8/UTF-8 \ lt_LT/ISO-8859-13 \ diff --git a/localedata/locales/ln_CD b/localedata/locales/ln_CD new file mode 100644 index 0000000..901c6f8 --- /dev/null +++ b/localedata/locales/ln_CD @@ -0,0 +1,201 @@ +comment_char % +escape_char / + +% This file is part of the GNU C Library and contains locale data. +% The Free Software Foundation does not claim any copyright interest +% in the locale data contained in this file. The foregoing does not +% affect the license of the GNU C Library as a whole. It does not +% exempt you from the conditions of the license if your use would +% otherwise be governed by that license. + +LC_IDENTIFICATION +title "Lingala locale for Democratic Republic of the Congo" +source "Ubuntu" +address "Ubuntu DR Congo Team" +contact "René Manassé GALEKWA" +email "renemanasse@gmail.com" +tel "" +fax "" +language "Lingala" +territory "Democratic Republic of the Congo" +revision "1.1" +date "2016-03-03" + +category "i18n:2012";LC_IDENTIFICATION +category "i18n:2012";LC_CTYPE +category "i18n:2012";LC_COLLATE +category "i18n:2012";LC_TIME +category "i18n:2012";LC_NUMERIC +category "i18n:2012";LC_MONETARY +category "i18n:2012";LC_MESSAGES +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_NAME +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_TELEPHONE +category "i18n:2012";LC_MEASUREMENT +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" +translit_start +include "translit_combining";"" +translit_end +END LC_CTYPE + +LC_COLLATE +% Copy the template from ISO/IEC 14651 i.e. +% use the rules there when making ordered lists of words. +% add special characters for Lingala +% a b c d e ɛ f g h i j k l m o ɔ p (q) (r) s t u v w (x) y z +% mb mp nd ng nk ns nt nz are not ordered as digraph, use ln_CD@morph +% should mf, mv, kp, kw, gb, gw, ngb, ngw be included? +copy "iso14651_t1" + +collating-symbol +collating-symbol + +reorder-after + +reorder-after + + +reorder-after + ;;;IGNORE % ɛ +reorder-after + ;;;IGNORE % Ɛ +reorder-after + ;;;IGNORE % ɔ +reorder-after + ;;;IGNORE % Ɔ + +reorder-end +END LC_COLLATE + +LC_TIME +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +week 7;19971130;1 +first_weekday 2 +d_t_fmt "/ +" +d_fmt "" +t_fmt "" +am_pm "";"" +t_fmt_ampm "" +date_fmt "/ +/ +" +END LC_TIME + +LC_NUMERIC +decimal_point "" +thousands_sep "" +grouping 3 +END LC_NUMERIC + +LC_MONETARY +currency_symbol "" +int_curr_symbol "" +mon_decimal_point "" +mon_thousands_sep "" +mon_grouping 3 +positive_sign "" +negative_sign "" +frac_digits 2 +int_frac_digits 2 +p_cs_precedes 0 +p_sep_by_space 1 +n_cs_precedes 0 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + +LC_PAPER +copy "i18n" +END LC_PAPER + +LC_MEASUREMENT +copy "i18n" +END LC_MEASUREMENT + +LC_MESSAGES +yesexpr "" +noexpr "" +yesstr "" +nostr "" +END LC_MESSAGES + +LC_NAME +name_fmt "/ +" +name_gen "" +name_miss "" +name_mr "" +name_mrs "" +name_ms "" +END LC_NAME + +LC_ADDRESS +postal_fmt "/ +/ +/ +" +country_name "/ +/ +" +country_post "" +country_ab2 "" +country_ab3 "" +country_num 180 +country_car "" +country_isbn 2 +lang_name "" +lang_ab "" +lang_term "" +lang_lib "" +END LC_ADDRESS + +LC_TELEPHONE +tel_int_fmt "/ +" +tel_dom_fmt "" +int_select "" +int_prefix "" +END LC_TELEPHONE -- 2.7.4