diff options
author | Mike FABIAN <mfabian@redhat.com> | 2024-01-10 18:00:26 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2024-01-11 13:36:08 +0100 |
commit | cb8e8b2e218c4d8c1e33b3ab212b0bc15245f48c (patch) | |
tree | d1af71535c916b228f01f0b54116d2cf2b062a36 /localedata/locales/am_ET | |
parent | 449aa2698c4012c56025594eba51a47f788f8b76 (diff) | |
download | glibc-cb8e8b2e218c4d8c1e33b3ab212b0bc15245f48c.tar glibc-cb8e8b2e218c4d8c1e33b3ab212b0bc15245f48c.tar.gz glibc-cb8e8b2e218c4d8c1e33b3ab212b0bc15245f48c.tar.bz2 glibc-cb8e8b2e218c4d8c1e33b3ab212b0bc15245f48c.zip |
localedata: resolve cyclic dependencies
Resolves: BZ # 24006
Diffstat (limited to 'localedata/locales/am_ET')
-rw-r--r-- | localedata/locales/am_ET | 45 |
1 files changed, 34 insertions, 11 deletions
diff --git a/localedata/locales/am_ET b/localedata/locales/am_ET index 76b9ae4e1b..5974ab24da 100644 --- a/localedata/locales/am_ET +++ b/localedata/locales/am_ET @@ -892,7 +892,6 @@ translit_end % END LC_CTYPE - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Ethiopia Specifc and Shared Data: @@ -900,30 +899,54 @@ END LC_CTYPE %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LC_MEASUREMENT -copy "ti_ET" +copy "i18n" END LC_MEASUREMENT - LC_MONETARY -copy "ti_ET" +% +int_curr_symbol "ETB " +currency_symbol "Br" +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 1 +n_sep_by_space 0 +p_sign_posn 1 +n_sign_posn 1 +% END LC_MONETARY - LC_NUMERIC -copy "ti_ET" +% +% This is the POSIX Locale definition for the LC_NUMERIC category. +% +decimal_point "." +thousands_sep "," +grouping 3;3 +% END LC_NUMERIC - LC_PAPER -copy "ti_ET" +copy "i18n" END LC_PAPER - LC_TELEPHONE -copy "ti_ET" +% +% This is the ISO_IEC TR14652 Locale definition for the LC_TELEPHONE category. +% +tel_dom_fmt "%a-%l" +tel_int_fmt "%c-%a-%l" +int_prefix "251" +int_select "00" +% END LC_TELEPHONE - %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % Amharic Specifc Data: |