diff options
author | tjr <tjr@FreeBSD.org> | 2004-04-21 15:28:23 +0000 |
---|---|---|
committer | tjr <tjr@FreeBSD.org> | 2004-04-21 15:28:23 +0000 |
commit | 1511636f6cd3a175025c7f3c7766acf5a5025c3b (patch) | |
tree | 70267bb17b4bee5b6fa7243cd11fb4c7761cd119 /share/monetdef | |
parent | bce6deb4fb041629414c4ce802c54d07dddfaa33 (diff) | |
download | FreeBSD-src-1511636f6cd3a175025c7f3c7766acf5a5025c3b.zip FreeBSD-src-1511636f6cd3a175025c7f3c7766acf5a5025c3b.tar.gz |
Add an Israel Hebrew locale: he_IL.UTF-8.
PR: 65826
Submitted by: Hye-Shik Chang
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 1 | ||||
-rw-r--r-- | share/monetdef/he_IL.UTF-8.src | 36 |
2 files changed, 37 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 0c3e5a1..d20050b 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -32,6 +32,7 @@ LOCALES= af_ZA.ISO8859-1 \ fr_BE.ISO8859-1 \ fr_CA.ISO8859-1 \ fr_FR.ISO8859-1 \ + he_IL.UTF-8 \ hi_IN.ISCII-DEV \ hr_HR.ISO8859-2 \ hu_HU.ISO8859-2 \ diff --git a/share/monetdef/he_IL.UTF-8.src b/share/monetdef/he_IL.UTF-8.src new file mode 100644 index 0000000..b0bf2dc --- /dev/null +++ b/share/monetdef/he_IL.UTF-8.src @@ -0,0 +1,36 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# int_curr_symbol (last character always SPACE) +ILS +# currency_symbol +שח +# mon_decimal_point +. +# mon_thousands_sep +, +# mon_grouping, separated by ; +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 +1 +# n_sign_posn +1 +# EOF |