diff options
author | ache <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2002-10-19 13:04:05 +0000 |
commit | 8ad465aa864e45b654bc1826bad9d407645a3d9a (patch) | |
tree | 97754f95d704ea5c5a3b71f7508adeaea0625bdf /share/monetdef | |
parent | 5a6f4d4e46524fcd9338ae9e58c0dfc21a245051 (diff) | |
download | FreeBSD-src-8ad465aa864e45b654bc1826bad9d407645a3d9a.zip FreeBSD-src-8ad465aa864e45b654bc1826bad9d407645a3d9a.tar.gz |
Add sr_YU locales
Submitted by: Toni Andjelkovic <toni@soth.at>
Diffstat (limited to 'share/monetdef')
-rw-r--r-- | share/monetdef/Makefile | 2 | ||||
-rw-r--r-- | share/monetdef/sr_YU.ISO8859-2.src | 36 | ||||
-rw-r--r-- | share/monetdef/sr_YU.ISO8859-5.src | 36 |
3 files changed, 74 insertions, 0 deletions
diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 9a03fb0..9023edf 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -41,6 +41,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.KOI8-R \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ uk_UA.ISO8859-5 \ diff --git a/share/monetdef/sr_YU.ISO8859-2.src b/share/monetdef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000..b706e29 --- /dev/null +++ b/share/monetdef/sr_YU.ISO8859-2.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) +YUD +# currency_symbol +din +# 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 +0 +# p_sep_by_space +2 +# n_cs_precedes +0 +# n_sep_by_space +2 +# p_sign_posn +2 +# n_sign_posn +2 +# EOF diff --git a/share/monetdef/sr_YU.ISO8859-5.src b/share/monetdef/sr_YU.ISO8859-5.src new file mode 100644 index 0000000..e5e9f4c --- /dev/null +++ b/share/monetdef/sr_YU.ISO8859-5.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) +YUD +# 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 +0 +# p_sep_by_space +1 +# n_cs_precedes +0 +# n_sep_by_space +1 +# p_sign_posn +1 +# n_sign_posn +1 +# EOF |