diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-21 08:24:10 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-21 08:24:10 +0000 |
commit | fbe57a0939647018bc094beb0252c13d16ac159b (patch) | |
tree | d43e699c0c157a7b855202758271eaa8ad38a680 /localedata/locales/en_IE@euro | |
parent | 98cbe360d947b59e7a5eda068581f4cfeb4b99b3 (diff) | |
download | glibc-fbe57a0939647018bc094beb0252c13d16ac159b.tar glibc-fbe57a0939647018bc094beb0252c13d16ac159b.tar.gz glibc-fbe57a0939647018bc094beb0252c13d16ac159b.tar.bz2 glibc-fbe57a0939647018bc094beb0252c13d16ac159b.zip |
Update.
2000-08-20 Ulrich Drepper <drepper@redhat.com>
* locales/ca_ES: Correct comment.
* locales/ca_ES@euro: New file.
* locales/de_AT@euro: New file.
* locales/de_DE@euro: New file.
* locales/de_LU@euro: New file.
* locales/en_IE@euro: New file.
* locales/es_ES@euro: New file.
* locales/fi_FI@euro: New file.
* locales/fr_BE@euro: New file.
* locales/fr_FR@euro: New file.
* locales/fr_LU@euro: New file.
* locales/it_IT@euro: New file.
* locales/nl_NL@euro: New file.
* locales/pt_PT@euro: New file.
Diffstat (limited to 'localedata/locales/en_IE@euro')
-rw-r--r-- | localedata/locales/en_IE@euro | 100 |
1 files changed, 100 insertions, 0 deletions
diff --git a/localedata/locales/en_IE@euro b/localedata/locales/en_IE@euro new file mode 100644 index 0000000000..8c635165b1 --- /dev/null +++ b/localedata/locales/en_IE@euro @@ -0,0 +1,100 @@ +escape_char / +comment_char % + +% English language locale for Ireland with Euro +% Language: en +% Territory: IE +% Option: euro +% Date: 2000-08-20 +% Users: general +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_IDENTIFICATION +title "English locale for Ireland with Euro" +source "Free Software Foundation, Inc." +address "59 Temple Place - Suite 330, Boston, MA 02111-1307, USA" +contact "" +email "bug-glibc@gnu.org" +tel "" +fax "" +language "English" +territory "Ireland" +revision "1.0" +date "2000-08-20" +% +category "en_IE@euro:2000";LC_IDENTIFICATION +category "en_IE@euro:2000";LC_CTYPE +category "en_IE@euro:2000";LC_COLLATE +category "en_IE@euro:2000";LC_TIME +category "en_IE@euro:2000";LC_NUMERIC +category "en_IE@euro:2000";LC_MONETARY +category "en_IE@euro:2000";LC_MESSAGES +category "en_IE@euro:2000";LC_PAPER +category "en_IE@euro:2000";LC_NAME +category "en_IE@euro:2000";LC_ADDRESS +category "en_IE@euro:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_COLLATE +copy "iso14651_t1" +END LC_COLLATE + +LC_MONETARY + +% int_curr_symbol according to ISO 4217 +int_curr_symbol "<U0045><U0055><U0052><U0020>" +currency_symbol "<U20AC>" +mon_decimal_point "<U002E>" +mon_thousands_sep "<U002C>" +mon_grouping 3;3 +positive_sign "" +negative_sign "<U002D>" +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_GB" +END LC_NUMERIC + +LC_TIME +copy "en_IE" +END LC_TIME + +LC_MESSAGES +copy "en_IE" +END LC_MESSAGES + +LC_PAPER +copy "en_IE" +END LC_PAPER + +LC_TELEPHONE +copy "en_IE" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "en_IE" +END LC_MEASUREMENT + +LC_NAME +copy "en_IE" +END LC_NAME + +LC_ADDRESS +copy "en_IE" +END LC_ADDRESS |