]> sourceware.org Git - glibc.git/commitdiff
Removed redundant data for the_NP locale
authorAkhilesh Kumar <akhilesh.k@samsung.com>
Wed, 26 Jul 2017 08:13:59 +0000 (13:43 +0530)
committerMike FABIAN <mfabian@redhat.com>
Wed, 26 Jul 2017 09:23:54 +0000 (11:23 +0200)
[BZ #21838]
* locales/the_NP (LC_CTYPE): copy "ne_NP"
* locales/the_NP (LC_COLLATE): copy "ne_NP"
* locales/the_NP (LC_MONETARY): copy "ne_NP"
* locales/the_NP (LC_TELEPHONE): copy "ne_NP"

localedata/ChangeLog
localedata/locales/the_NP

index 189e2ac5fca52ee82d8b543141d31b5ac09f02c3..bb4870f7d5fd7e31636af264e226e8b9bd713377 100644 (file)
@@ -1,3 +1,11 @@
+2017-07-26  Akhilesh Kumar <akhilesh.k@samsung.com>
+
+       [BZ #21838]
+       * locales/the_NP (LC_CTYPE): copy "ne_NP"
+       * locales/the_NP (LC_COLLATE): copy "ne_NP"
+       * locales/the_NP (LC_MONETARY): copy "ne_NP"
+       * locales/the_NP (LC_TELEPHONE): copy "ne_NP"
+
 2017-07-26  Mike FABIAN  <mfabian@redhat.com>
 
        * locales/sd_IN@devanagari (LC_MONETARY): copy "sd_IN"
index 65497c6a4e3e3b7b7dbcf23498d3f2b1c75cefda..f1d617a5ef979cb582021d5fbb086c38ae174482 100644 (file)
@@ -39,39 +39,15 @@ category "i18n:2012";LC_MEASUREMENT
 END LC_IDENTIFICATION
 
 LC_CTYPE
-copy "i18n"
-
-translit_start
-include  "translit_combining";""
-translit_end
+copy "ne_NP"
 END LC_CTYPE
 
 LC_COLLATE
-% Copy the template from ISO/IEC 14651
-copy "iso14651_t1"
+copy "ne_NP"
 END LC_COLLATE
 
 LC_MONETARY
-% This is the POSIX Locale definition the LC_MONETARY category.
-% These are generated based on XML base Locale definition file
-% for IBM Class for Unicode/Java
-%
-int_curr_symbol       "<U004E><U0050><U0052><U0020>"
-currency_symbol       "<U0930><U0942>"
-mon_decimal_point     "<U002E>"
-mon_thousands_sep     "<U002C>"
-mon_grouping          3
-positive_sign         ""
-negative_sign         "<U002D>"
-int_frac_digits       2
-frac_digits           2
-p_cs_precedes         1
-p_sep_by_space        1
-n_cs_precedes         1
-n_sep_by_space        1
-p_sign_posn           1
-n_sign_posn           1
-%
+copy "ne_NP"
 END LC_MONETARY
 
 
@@ -205,12 +181,7 @@ END LC_ADDRESS
 
 
 LC_TELEPHONE
-% This is the ISO_IEC TR14652 Locale definition for the
-%
-tel_int_fmt "<U002B><U0025><U0063><U0020><U003B><U0025><U0061><U0020>/
-<U003B><U0025><U006C>"
-int_prefix     "<U0039><U0037><U0037>"
-int_select     "<U0030><U0030>"
+copy "ne_NP"
 END LC_TELEPHONE
 
 
This page took 0.060597 seconds and 5 git commands to generate.