diff options
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 2 | ||||
-rw-r--r-- | localedata/SUPPORTED | 3 | ||||
-rw-r--r-- | localedata/locales/en_BW | 55 | ||||
-rw-r--r-- | localedata/locales/en_ZW | 55 |
4 files changed, 115 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 0a30d2c..0d3a2a3 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,7 @@ 1999-12-23 Ulrich Drepper <drepper@cygnus.com> + * SUPPORTED: Add af_ZA, en_BW, and en_ZW. + * locale/en_BW: New file. * locale/en_ZW: New file. Contributed by Schalk W. Cronjé <schalkc@ntaba.co.za>. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index c8f7a6a..1030682 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -1,6 +1,7 @@ # This file names the currently supported and somewhat tested locales. # If you have any additions please use the glibcbug script to send an # appropriate message. +af_ZA ISO-8859-1 ca_ES ISO-8859-1 cs_CZ ISO-8859-2 da_DK ISO-8859-1 @@ -11,11 +12,13 @@ de_DE ISO-8859-1 de_LU ISO-8859-1 el_GR ISO-8859-7 en_AU ISO-8859-1 +en_BW ISO-8859-1 en_CA ISO-8859-1 en_DK ISO-8859-1 en_GB ISO-8859-1 en_IE ISO-8859-1 en_US ISO-8859-1 +en_ZW ISO-8859-1 es_ES ISO-8859-1 et_EE ISO-8859-1 eu_ES ISO-8859-1 diff --git a/localedata/locales/en_BW b/localedata/locales/en_BW new file mode 100644 index 0000000..2965b74 --- /dev/null +++ b/localedata/locales/en_BW @@ -0,0 +1,55 @@ +escape_char / +comment_char % + +% English language locale for Botswana +% Source: RAP +% Email: Schalk W. Cronje <schalkc@ntaba.co.za> +% Tel: +27 83 2797047 +% Fax: +27 838 2797047 +% Language: en +% Territory: BW +% Revision: 1.0 +% Date: 1999-12-23 +% Users: general +% Repertoiremap: mnemonic,ds +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_CTYPE +copy "en_ZA" +END LC_CTYPE + +LC_COLLATE +copy "en_ZA" +END LC_COLLATE + +LC_MONETARY +int_curr_symbol "<B><W><P><SP>" +currency_symbol "<P><u>" +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 "en_ZA" +END LC_NUMERIC + +LC_TIME +copy "en_ZA" +END LC_TIME + +LC_MESSAGES +copy "en_ZA" +END LC_MESSAGES diff --git a/localedata/locales/en_ZW b/localedata/locales/en_ZW new file mode 100644 index 0000000..aaf6c37 --- /dev/null +++ b/localedata/locales/en_ZW @@ -0,0 +1,55 @@ +escape_char / +comment_char % + +% English language locale for Zimbabwe +% Source: RAP +% Email: Schalk W. Cronje <schalkc@ntaba.co.za> +% Tel: +27 83 2797047 +% Fax: +27 838 2797047 +% Language: en +% Territory: ZW +% Revision: 1.0 +% Date: 1999-12-23 +% Users: general +% Repertoiremap: mnemonic,ds +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_CTYPE +copy "en_ZA" +END LC_CTYPE + +LC_COLLATE +copy "en_ZA" +END LC_COLLATE + +LC_MONETARY +int_curr_symbol "<Z><W><D><SP>" +currency_symbol "<Z><DO>" +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 "en_ZA" +END LC_NUMERIC + +LC_TIME +copy "en_ZA" +END LC_TIME + +LC_MESSAGES +copy "en_ZA" +END LC_MESSAGES |