From 5ff1a70a0fe9c3ce3b675e7fced1b6d63ed8547b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 11 Feb 1999 14:59:52 +0000 Subject: Update. 1999-02-11 Ulrich Drepper * localedata/locale/in_ID: New file. 1999-02-11 Andreas Schwab * sysdeps/wordsize-64/inttypes.h: Always define ldiv_t if not yet defined. * sysdeps/wordsize-32/inttypes.h: Always define lldiv_t if not yet defined. --- localedata/ChangeLog | 21 ++++++----- localedata/SUPPORTED | 1 + localedata/locales/in_ID | 94 ++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 108 insertions(+), 8 deletions(-) create mode 100644 localedata/locales/in_ID (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index 1a7785ad0f..7e2546020c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,11 +1,16 @@ -1998-12-20 Andreas Schwab - - * Makefile (test-input): Add hr_HR.ISO-8859-2. - (test-input-data): New variable. - (distribute): Use it. - (do-collate-test): Use it. - * hr_HR.in: New file. - +1999-02-11 Ulrich Drepper + + * localedata/locale/in_ID: New file. + * SUPPORTED: Add in_ID. + +1998-12-20 Andreas Schwab + + * Makefile (test-input): Add hr_HR.ISO-8859-2. + (test-input-data): New variable. + (distribute): Use it. + (do-collate-test): Use it. + * hr_HR.in: New file. + 1998-12-16 Ulrich Drepper * charmaps/IBM866: New file. diff --git a/localedata/SUPPORTED b/localedata/SUPPORTED index 08d5e1b7cd..67b2b857ad 100644 --- a/localedata/SUPPORTED +++ b/localedata/SUPPORTED @@ -28,6 +28,7 @@ fr_LU ISO-8859-1 ga_IE ISO-8859-1 hr_HR ISO-8859-2 hu_HU ISO-8859-2 +in_ID ISO-8859-1 is_IS ISO-8859-1 it_IT ISO-8859-1 iw_IL ISO-8859-8 diff --git a/localedata/locales/in_ID b/localedata/locales/in_ID new file mode 100644 index 0000000000..3800c07c6a --- /dev/null +++ b/localedata/locales/in_ID @@ -0,0 +1,94 @@ +escape_char / +comment_char % + +% Indonesian language locale for Bahasa Indonesia +% Source: +% Address: +% Contact: Mohammad DAMT +% Email: mdamt@linux.or.id +% Tel: +62-0251-245470 +% Fax: +% Language: in +% Territory: ID +% Revision: 0.3 +% Date: 1999-02-09 +% Application: general +% Users: general +% Repertoiremap: +% Charset: ISO-8859-1 +% Distribution and use is free, also +% for commercial purposes. + +LC_CTYPE +copy "en_DK" +END LC_CTYPE + +LC_COLLATE +copy "en_DK" +END LC_COLLATE + +LC_MONETARY +int_curr_symbol "" +currency_symbol "

" +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 +decimal_point "<,>" +thousands_sep "<.>" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +abday "";"";/ + "";"";/ + "";"";/ + "" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"

";/ + "";"

";/ + "";"";/ + "";"";/ + "

";"";/ + "";"" +mon "";/ + "

";/ + "";/ + "

";/ + "";/ + "";/ + "";/ + "";/ + "

";/ + "";/ + "

";/ + "" +d_t_fmt "<%><%><%><%><%><%>" +d_fmt "<%><%><%>" +t_fmt "<%>" +am_pm "";"" +t_fmt_ampm "" +END LC_TIME + +LC_MESSAGES +yesexpr "<<(><)/>><.><*>" +noexpr "<<(><)/>><.><*>" +END LC_MESSAGES -- cgit v1.2.3