From 49891c106244888123557fca7fddda4fa1f96b1d Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 25 Jan 1998 19:46:25 +0000 Subject: Use most recent localedata from glibc-2.0.91. 1997-10-09 04:56 Ulrich Drepper * locales/is_IS: Update from Debian version. 1997-08-29 03:16 Ulrich Drepper * tst-fmon.c: New file. strfmon test program. * tst-fmon.sh: New file. Script to run strfmon test. * fmon-de_DE.exp: New file. Expected result of strfmon test for de_DE. * fmon-en_US.exp: New file. Expected result of strfmon test for en_US. * locales/cs_CZ: Update from author. --- localedata/locales/he_IL | 93 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) create mode 100644 localedata/locales/he_IL (limited to 'localedata/locales/he_IL') diff --git a/localedata/locales/he_IL b/localedata/locales/he_IL new file mode 100644 index 0000000000..1aeec71835 --- /dev/null +++ b/localedata/locales/he_IL @@ -0,0 +1,93 @@ +comment_char % +escape_char / +% +% Hebrew Language Locale for Israel +% Source: RAP +% Address: Sankt Jo/rgens Alle 8 +% DK-1615 Ko/benhavn V, Danmark +% Contact: Keld Simonsen +% Email: Keld.Simonsen@dkuug.dk +% Tel: +45 - 31226543 +% Fax: +45 - 33256543 +% Language: iw +% Territory: IL +% Revision: 4.4 +% Date: 1997-03-18 +% Users: general +% Repertoiremap: mnemonic,ds +% Charset: ISO-8859-8 +% 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 1 +n_cs_precedes 1 +n_sep_by_space 1 +p_sign_posn 2 +n_sign_posn 2 +END LC_MONETARY + +LC_NUMERIC +decimal_point "<.>" +thousands_sep "<,>" +grouping 3;3 +END LC_NUMERIC + +LC_TIME +abday "<'>";"<'>";"<'>";/ + "<'>";"<'>";"<'>";/ + "<'>" +day "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +mon "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "";/ + "" +abmon "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"";/ + "";"" +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