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/de_DE@euro | |
parent | 98cbe360d947b59e7a5eda068581f4cfeb4b99b3 (diff) | |
download | glibc-fbe57a0939647018bc094beb0252c13d16ac159b.tar.gz glibc-fbe57a0939647018bc094beb0252c13d16ac159b.tar.xz 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/de_DE@euro')
-rw-r--r-- | localedata/locales/de_DE@euro | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/localedata/locales/de_DE@euro b/localedata/locales/de_DE@euro new file mode 100644 index 0000000000..54c7683f18 --- /dev/null +++ b/localedata/locales/de_DE@euro @@ -0,0 +1,94 @@ +escape_char / +comment_char % +% Locale for German locale in Germany +% Contributed by Ulrich Drepper <drepper@redhat.com>, 2000 + +LC_IDENTIFICATION +title "German locale for Germany 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 "German" +territory "Germany" +revision "1.0" +date "2000-06-24" +% +category "de_DE@euro:2000";LC_IDENTIFICATION +category "de_DE@euro:2000";LC_CTYPE +category "de_DE@euro:2000";LC_COLLATE +category "de_DE@euro:2000";LC_TIME +category "de_DE@euro:2000";LC_NUMERIC +category "de_DE@euro:2000";LC_MONETARY +category "de_DE@euro:2000";LC_MESSAGES +category "de_DE@euro:2000";LC_PAPER +category "de_DE@euro:2000";LC_NAME +category "de_DE@euro:2000";LC_ADDRESS +category "de_DE@euro:2000";LC_TELEPHONE + +END LC_IDENTIFICATION + +LC_CTYPE +copy "i18n" +END LC_CTYPE + +LC_COLLATE + +% Copy the template from ISO/IEC 14651 +copy "iso14651_t1" + +END LC_COLLATE + +LC_MONETARY +int_curr_symbol "<U0045><U0055><U0052><U0020>" +currency_symbol "<U20AC>" +mon_decimal_point "<U002C>" +mon_thousands_sep "<U002E>" +mon_grouping 3;3 +positive_sign "" +negative_sign "<U002D>" +int_frac_digits 2 +frac_digits 2 +p_cs_precedes 0 +p_sep_by_space 1 +n_cs_precedes 0 +n_sep_by_space 1 +p_sign_posn 1 +n_sign_posn 1 +% +END LC_MONETARY + +LC_NUMERIC +copy "de_DE" +END LC_NUMERIC + +LC_TIME +copy "de_DE" +END LC_TIME + +LC_MESSAGES +copy "de_DE" +END LC_MESSAGES + +LC_PAPER +copy "de_DE" +END LC_PAPER + +LC_NAME +copy "de_DE" +END LC_NAME + + +LC_ADDRESS +copy "de_DE" +END LC_ADDRESS + +LC_TELEPHONE +copy "de_DE" +END LC_TELEPHONE + +LC_MEASUREMENT +copy "de_DE" +END LC_MEASUREMENT |