From 2f9314b4121b0200559693d6cfc8f61c692c2857 Mon Sep 17 00:00:00 2001 From: Mike FABIAN Date: Fri, 20 Oct 2017 08:50:32 +0200 Subject: Add new locale shn_MM [BZ #13605] [BZ #13605] * localedata/SUPPORTED: Add shn_MM/UTF-8. * localedata/locales/shn_MM: New file. --- localedata/locales/shn_MM | 292 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 292 insertions(+) create mode 100644 localedata/locales/shn_MM (limited to 'localedata/locales/shn_MM') diff --git a/localedata/locales/shn_MM b/localedata/locales/shn_MM new file mode 100644 index 0000000000..4212c50ec5 --- /dev/null +++ b/localedata/locales/shn_MM @@ -0,0 +1,292 @@ +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. + +% This is the locale definition file for Myanmar Shan +% It is derived from the locale by Ngwe TUn and +% Members of the Solveware SolUtion Team. http://www.myazedi.com +% It was Updated to Unicode 5.1 with some modifications by +% Bone Pyae Sone http://www.ubuntu-mm.net + +LC_IDENTIFICATION +title "Shan language locale for Myanmar" +source "ubuntu Myanmar LoCo Team http://www.ubuntu-mm.net" +address "Yangon, Myanmar" +contact "Bone Pyae Sone" +email "bone.burma@mail.com" +tel "" +fax "" +language "Shan" +territory "Myanmar" +revision "1.3" +date "2012-07-01" + +category "i18n:2012";LC_IDENTIFICATION +category "i18n:2012";LC_COLLATE +category "i18n:2012";LC_CTYPE +category "i18n:2012";LC_MESSAGES +category "i18n:2012";LC_MONETARY +category "i18n:2012";LC_NUMERIC +category "i18n:2012";LC_TIME +category "i18n:2012";LC_PAPER +category "i18n:2012";LC_MEASUREMENT +category "i18n:2012";LC_TELEPHONE +category "i18n:2012";LC_ADDRESS +category "i18n:2012";LC_NAME +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" +outdigit .. +map to_inpunct; / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); / + (,); + +translit_start +include "translit_combining";"" +translit_end +END LC_CTYPE + +LC_COLLATE +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" +END LC_COLLATE + + +LC_MONETARY +% "" +int_curr_symbol "MMK " +% Kyat in burmese - it would be better to Use this if Myanmar digits are Used +% currency_symbol "" +% "" +currency_symbol "Ks" +mon_decimal_point "." +mon_thousands_sep "," +mon_grouping 3;3 +positive_sign "" +negative_sign "-" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 0 +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_NUMERIC +decimal_point "." +thousands_sep "," +grouping 3;3 +END LC_NUMERIC + +LC_TIME +% Abbreviated weekday names (%a) +abday "";"";/ + "";"";/ + "";"";/ + "" + +% FUll weekday names (%A) +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +% Abbreviated month names (%b) +abmon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +% FUll month names (%B) +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" + +am_pm "";"" +d_t_fmt "%OC%Oy %b %Od %A %OI:%OM:%OS %Op %Z" +% Note: the Use of %OC reqUires a patch to strftime_l.h +d_fmt "%OC%Oy %b %Od %A" +t_fmt "%OH:%OM:%OS %p" +t_fmt_ampm "%OI:%OM:%OS %p" + +alt_digits "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +END LC_TIME + +LC_MESSAGES +yesexpr "^[+1yY]" +noexpr "^[-0nN]" +yesstr "" +nostr "" +END LC_MESSAGES + +LC_MEASUREMENT +copy "my_MM" +END LC_MEASUREMENT + +LC_PAPER +copy "my_MM" +END LC_PAPER + +LC_TELEPHONE +copy "my_MM" +END LC_TELEPHONE + +LC_NAME +% [profession] Given_Name [middle_name] Family_Name +name_fmt "%p%t%g%t%m%t%f" +name_gen "" +% name_gen "" +%name_mr "" +% name_mr "" +%name_mrs "" +%name_ms "" +%name_miss "" +END LC_NAME + +LC_ADDRESS +postal_fmt "%a%N%d%N%f%N%b%N%h%t%r%t%e%t%s%N%T%t%z%N%c%N" +country_name "" +country_post "Myanmar" +country_ab2 "MM" +country_num 104 +country_car "MYA" +lang_name "" +lang_term "shn" +lang_lib "shn" +END LC_ADDRESS -- cgit v1.2.3