diff options
author | Akhilesh Kumar <akhilesh.k@samsung.com> | 2017-07-26 13:43:59 +0530 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-07-26 11:23:54 +0200 |
commit | a426a65ce8c3a5cd849409dec2ea9de0c3b5f445 (patch) | |
tree | de0e1917fa0b89183e475044310509b6b9cb000f | |
parent | 3760ff775656d38de41373dcfa9e1b105e895c98 (diff) | |
download | glibc-a426a65ce8c3a5cd849409dec2ea9de0c3b5f445.tar.gz glibc-a426a65ce8c3a5cd849409dec2ea9de0c3b5f445.tar.xz glibc-a426a65ce8c3a5cd849409dec2ea9de0c3b5f445.zip |
Removed redundant data for the_NP locale
[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"
-rw-r--r-- | localedata/ChangeLog | 8 | ||||
-rw-r--r-- | localedata/locales/the_NP | 37 |
2 files changed, 12 insertions, 33 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 189e2ac5fc..bb4870f7d5 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -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" diff --git a/localedata/locales/the_NP b/localedata/locales/the_NP index 65497c6a4e..f1d617a5ef 100644 --- a/localedata/locales/the_NP +++ b/localedata/locales/the_NP @@ -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 |