From b2900a1342fb5bdff2420b9aff4d2f6c7e3d3ad6 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 12 Apr 1999 23:45:52 +0000 Subject: Update. 1999-04-12 Tim Waugh * posix/wordexp-test.c: In field-splitting test cases where subshells were involved, unset IFS first: some shells (ash) use IFS even when no expansion is performed. --- localedata/ChangeLog | 4 +++ localedata/locales/id_ID | 94 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 98 insertions(+) create mode 100644 localedata/locales/id_ID (limited to 'localedata') diff --git a/localedata/ChangeLog b/localedata/ChangeLog index ff703220bd..cdc045d587 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,7 @@ +1999-04-12 Ulrich Drepper + + * locales/id_ID: New file. + 1999-04-10 Ulrich Drepper * charmaps/TIS-620: New file. diff --git a/localedata/locales/id_ID b/localedata/locales/id_ID new file mode 100644 index 0000000000..d60a673035 --- /dev/null +++ b/localedata/locales/id_ID @@ -0,0 +1,94 @@ +escape_char / +comment_char % + +% Indonesian language locale for Indonesia +% Source: +% Address: +% Contact: Pablo Saratxaga, Mohammad DAMT +% Email: srtxg@chanae.alphanet.ch, mdamt@cakraweb.com +% Tel: +% Fax: +% Language: id +% Territory: ID +% Revision: 0.3 +% Date: 1999-04-10 +% 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.1