diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-09-16 21:25:18 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-09-16 21:25:18 +0000 |
commit | 5efd3a3bf34510f554c493d5045f3ef6d65556dd (patch) | |
tree | 22ff4be85be35a8f69d46c99a7dff83ffa9e06ef /localedata | |
parent | 99cba1d7a2e47d86160e3fbca01473a775f36d72 (diff) | |
download | glibc-5efd3a3bf34510f554c493d5045f3ef6d65556dd.tar.gz glibc-5efd3a3bf34510f554c493d5045f3ef6d65556dd.tar.xz glibc-5efd3a3bf34510f554c493d5045f3ef6d65556dd.zip |
* locales/nl_AW: New file.
* SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8.
Diffstat (limited to 'localedata')
-rw-r--r-- | localedata/ChangeLog | 3 | ||||
-rw-r--r-- | localedata/SUPPORTED | 1 | ||||
-rw-r--r-- | localedata/locales/nl_AW | 100 |
3 files changed, 104 insertions, 0 deletions
diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 74bed8f5b2..97c4579d52 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,5 +1,8 @@ 2008-09-16 Ulrich Drepper <drepper@redhat.com> + * locales/nl_AW: New file. + * SUPPORTED (SUPPORTED-LOCALES): Add nl_AW.UTF-8. + * locales/en_AG: New file. * SUPPORTED (SUPPORTED-LOCALES): Add en_AG.UTF-8. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 9f3a599f41..52f8aea807 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -291,6 +291,7 @@ nb_NO/ISO-8859-1 \ nds_DE/UTF-8 \ nds_NL/UTF-8 \ ne_NP/UTF-8 \ +nl_AW/UTF-8 \ nl_BE.UTF-8/UTF-8 \ nl_BE/ISO-8859-1 \ nl_BE@euro/ISO-8859-15 \ diff --git a/localedata/locales/nl_AW b/localedata/locales/nl_AW new file mode 100644 index 0000000000..9161977f0d --- /dev/null +++ b/localedata/locales/nl_AW @@ -0,0 +1,100 @@ +escape_char / +comment_char % +% Dutch language locale for Aruba. +% Contributed by Ulrich Drepper <drepper@redhat.com>, 2008 + +LC_IDENTIFICATION +title "Dutch language locale for Aruba" +source "Free Software Foundation, Inc." +address "59 Temple Place - Suite 330, Boston, MA 02111-1307, USA" +contact "" +email "bug-glibc-locales@gnu.org" +tel "" +fax "" +language "Dutch" +territory "Aruba" +revision "1.0" +date "2008-09-16" +% +category "nl_AW:2008";LC_IDENTIFICATION +category "nl_AW:2008";LC_CTYPE +category "nl_AW:2008";LC_COLLATE +category "nl_AW:2008";LC_TIME +category "nl_AW:2008";LC_NUMERIC +category "nl_AW:2008";LC_MONETARY +category "nl_AW:2008";LC_MESSAGES +category "nl_AW:2008";LC_PAPER +category "nl_AW:2008";LC_NAME +category "nl_AW:2008";LC_ADDRESS +category "nl_AW:2008";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_CTYPE +copy "nl_NL" +END LC_CTYPE + +LC_COLLATE +copy "nl_NL" +END LC_COLLATE + +LC_MONETARY +int_curr_symbol "<U0041><U0057><U0047><U0020>" +currency_symbol "<U0041><U0066><U006C><U002E>" +mon_decimal_point "<U002C>" +mon_thousands_sep "<U0020>" +mon_grouping 3;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 2 +END LC_MONETARY + +LC_NUMERIC +copy "nl_NL" +END LC_NUMERIC + +LC_TIME +copy "nl_NL" +END LC_TIME + +LC_MESSAGES +copy "nl_NL" +END LC_MESSAGES + +LC_PAPER +copy "en_US" +END LC_PAPER + +LC_NAME +copy "nl_NL" +END LC_NAME + +LC_ADDRESS +postal_fmt "<U0025><U0066><U0025><U004E><U0025><U0061><U0025><U004E>/ +<U0025><U0064><U0025><U004E><U0025><U0062><U0025><U004E><U0025><U0073>/ +<U0020><U0025><U0068><U0020><U0025><U0065><U0020><U0025><U0072><U0025>/ +<U004E><U0025><U0025><U007A><U0020><U0025><U0054><U0025>/ +<U004E><U0025><U0063><U0025><U004E>" +country_ab2 "<U0041><U0057>" +country_ab3 "<U0041><U0042><U0057>" +country_num 533 +END LC_ADDRESS + +LC_TELEPHONE +% FIXME +tel_int_fmt "<U002B><U0025><U0063><U0020><U0025><U0061><U0020><U0025>/ +<U006C>" +int_prefix "<U0032><U0039><U0037>" +int_select "<U0030><U0031><U0031>" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "en_US" +END LC_MEASUREMENT |