This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/25139] Please add the new mnw_MM locale


https://sourceware.org/bugzilla/show_bug.cgi?id=25139

--- Comment #6 from kokoye2007 <kokoye2007 at gmail dot com> ---
[error] LC_ADDRESS: terminology language code `mnw' not defined
[error] LC_ADDRESS: language abbreviation `mnw' not defined
[error] LC_ADDRESS: language abbreviation `mnw' not defined


we just need to fix

lang_ab - two-letter ISO 639 code if available, empty if not (when only
three-letter code is available)

lang_term - three-letter ISO 639-2/T (Terminology) code

lang_lib - three-letter ISO 639-2/B (Bibliographic) code

```
lang_ab      "mnw"
lang_term    "mnw"
lang_lib     "mnw"
```


@@ -11,7 +11,7 @@

 LC_IDENTIFICATION
 title        "Mon language locale for Myanmar"
-source       "Mon Localization Team
https:////facebook.com//groups//monlocalization";
+source       "Mon Localization Team
https:////facebook.com//groups//monlocalization//";
 address      "Mawlamyine, Mon State, Myanmar"
 contact      "Talachan Mon"
 email        "talachanmon@gmail.com"
@@ -212,17 +212,17 @@
 LC_NUMERIC
 decimal_point "."
 thousands_sep ","
-grouping      3
+grouping      "3;3"
 END LC_NUMERIC

 LC_MONETARY
 currency_symbol    "K"
 int_curr_symbol    "MMK "
-positive_sign      ""
-negative_sign      "-"
 mon_decimal_point  "."
 mon_thousands_sep  ","
-mon_grouping       3
+mon_grouping       "3;3"
+positive_sign      ""
+negative_sign      "-"
 frac_digits        2
 int_frac_digits    2
 p_cs_precedes      0
@@ -271,13 +271,10 @@
 country_name "<U1017><U105F><U102C>"
 country_post "Myanmar"
 country_ab2  "MM"
-country_ab3  "MMR"
 country_num  104
 country_car  "MYA"
-country_isbn  99971
 % မန်
 lang_name    "<U1019><U1014><U103A>"
-lang_ab             "mnw"
 lang_term    "mnw"
 lang_lib     "mnw"
 END LC_ADDRESS

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]