From c33ab198fdf479ecf6fc3fd7fa664a70b5e7aaf1 Mon Sep 17 00:00:00 2001 From: Claude Paroz Date: Mon, 18 Apr 2016 01:14:36 -0400 Subject: localedata: ln_CD: new locale [BZ #12676] --- localedata/ChangeLog | 5 ++ localedata/SUPPORTED | 1 + localedata/locales/ln_CD | 201 +++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 207 insertions(+) create mode 100644 localedata/locales/ln_CD diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 320bb8d40e..e2d9919af3 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +2016-04-21 Claude Paroz + + * locales/ln_CD: New locale. + * SUPPORTED (SUPPORTED-LOCALES): Add ln_CD/UTF-8. + 2016-04-16 Mike Frysinger * locales/fil_PH (LC_TELEPHONE): Change copy to en_PH. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 2eaab818eb..6e820d64ac 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 0000000000..999f4be5ee --- /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 +abday "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +d_t_fmt "/ +" +d_fmt "" +t_fmt "" +am_pm "";"" +t_fmt_ampm "" +date_fmt "/ +/ +" +week 7;19971130;1 +first_weekday 2 +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 -- cgit 1.4.1