diff --git a/locale/iso-639.def b/locale/iso-639.def index 242e768226..0bdceb784d 100644 --- a/locale/iso-639.def +++ b/locale/iso-639.def @@ -400,6 +400,7 @@ DEFINE_LANGUAGE_CODE ("Raeto-Romance", rm, roh, roh) DEFINE_LANGUAGE_CODE3 ("Rajasthani", raj, raj) DEFINE_LANGUAGE_CODE3 ("Rapanui", rap, rap) DEFINE_LANGUAGE_CODE3 ("Rarotongan", rar, rar) +DEFINE_LANGUAGE_CODE3 ("Tarifit", rif, rif) DEFINE_LANGUAGE_CODE3 ("Romance (Other)", roa, roa) DEFINE_LANGUAGE_CODE ("Romanian", ro, ron, rum) DEFINE_LANGUAGE_CODE3 ("Romany", rom, rom) diff --git a/localedata/Makefile b/localedata/Makefile index 7741ac3b5e..d17da6844e 100644 --- a/localedata/Makefile +++ b/localedata/Makefile @@ -97,6 +97,7 @@ test-input := \ os_RU.UTF-8 \ pl_PL.UTF-8 \ ps_AF.UTF-8 \ + rif_MA.UTF-8 \ ro_RO.UTF-8 \ ru_RU.UTF-8 \ sah_RU.UTF-8 \ @@ -287,6 +288,7 @@ LOCALES := \ os_RU.UTF-8 \ pl_PL.UTF-8 \ ps_AF.UTF-8 \ + rif_MA.UTF-8 \ ro_RO.UTF-8 \ ru_RU.UTF-8 \ sah_RU.UTF-8 \ diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index d768aa4795..2741f30d63 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -378,6 +378,7 @@ pt_PT/ISO-8859-1 \ pt_PT@euro/ISO-8859-15 \ quz_PE/UTF-8 \ raj_IN/UTF-8 \ +rif_MA/UTF-8 \ ro_RO.UTF-8/UTF-8 \ ro_RO/ISO-8859-2 \ ru_RU.KOI8-R/KOI8-R \ diff --git a/localedata/locales/rif_MA b/localedata/locales/rif_MA new file mode 100644 index 0000000000..68148ba764 --- /dev/null +++ b/localedata/locales/rif_MA @@ -0,0 +1,161 @@ +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. + +% Tarifit language locale for Morocco +% Contact: Ilyahoo Proshel +% Email: ip@ipshel.com + + +LC_IDENTIFICATION +title "Tarifit locale for Morocco" +source "" +contact "Ilyahoo Proshel" +email "ip@ipshel.com" +language "Tarifit" +territory "Morocco" +revision "1.5" +date "2020-01-25" + +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 "iso14651_t1" +END LC_COLLATE + +LC_TIME +abday "Le";/ + "Let";/ + "Ttl";/ + "Lar";/ + "Lex";/ + "Jje";/ + "Sbt" +day "Led";/ + "Letnayen";/ + "Ttlat";/ + "Larbe";/ + "Lexmiss";/ + "Jjema";/ + "Ssebt" +abmon "Yen";/ + "Feb";/ + "Mar";/ + "Yeb";/ + "May";/ + "Yun";/ + "Yul";/ + "uc";/ + "Cut";/ + "Ku";/ + "Nuv";/ + "Duj" +mon "Yennayer";/ + "Febrayer";/ + "Mares";/ + "Yebril";/ + "Mayyu";/ + "Yunyu";/ + "Yulyuz";/ + "uct";/ + "Cutenber";/ + "Kuber";/ + "Nuvember";/ + "Dujember" +d_t_fmt "%a %d %b %Y %T %Z" +d_fmt "%d//%m//%y" +t_fmt "%T" +am_pm "sb";"a" +t_fmt_ampm "" +date_fmt "%a %e %b %Y %H:%M:%S %Z" +week 7;19971130;4 +first_weekday 2 +END LC_TIME + +LC_NUMERIC +decimal_point "." +thousands_sep "" +grouping 3 +END LC_NUMERIC + +LC_MONETARY +int_curr_symbol "MAD " +currency_symbol "dh" +mon_decimal_point "." +mon_thousands_sep "" +mon_grouping 3;3 +positive_sign "" +negative_sign "-" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 1 +p_sep_by_space 0 +n_cs_precedes 0 +n_sep_by_space 0 +p_sign_posn 1 +n_sign_posn 1 +END LC_MONETARY + +LC_MESSAGES +yesexpr "^[+1yYwW]" +noexpr "^[-0nNlL]" +yesstr "Wah" +nostr "Lla" +END LC_MESSAGES + +LC_PAPER +copy "i18n" +END LC_PAPER + +LC_NAME +name_fmt "%g%t%f" +END LC_NAME + +LC_ADDRESS +postal_fmt "%f%N%a%N%d%N%b%N%s %h %e %r%N%z %T%N%c%N" +country_name "Lmerruk" +country_ab2 "MA" +country_ab3 "MAR" +country_num 504 +country_car "MA" +lang_name "Tarifit" +lang_term "rif" +lang_lib "rif" +END LC_ADDRESS + +LC_TELEPHONE +tel_int_fmt "+%c%l" +tel_dom_fmt "0%l" +int_select "00" +int_prefix "212" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "i18n" +END LC_MEASUREMENT diff --git a/localedata/rif_MA.UTF-8.in b/localedata/rif_MA.UTF-8.in new file mode 100644 index 0000000000..014937789f --- /dev/null +++ b/localedata/rif_MA.UTF-8.in @@ -0,0 +1,17 @@ +a +A +ḍ +Ḍ +ɛ +Ɛ +ɣ +Ɣ +ḥ +Ḥ +ṣ +Ṣ +ṭ +Ṭ +ʷ +ẓ +Ẓ