From 9e18751d675ee8d48bcbaa629b5fc6b916572114 Mon Sep 17 00:00:00 2001 From: Jeroen Ruigrok/asmodai Date: Thu, 7 Oct 2004 13:32:37 +0000 Subject: [PATCH] Add sr_YU.ISO8859-2/5. Taken from: Toni Andjelkovic / FreeBSD --- share/monetdef/Makefile | 4 +++- share/monetdef/sr_YU.ISO8859-2.src | 36 ++++++++++++++++++++++++++++++ share/monetdef/sr_YU.ISO8859-5.src | 36 ++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 share/monetdef/sr_YU.ISO8859-2.src create mode 100644 share/monetdef/sr_YU.ISO8859-5.src diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 7fa656b34f..3047023d4a 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -1,5 +1,5 @@ # $FreeBSD: src/share/monetdef/Makefile,v 1.37.2.3 2002/08/17 19:38:08 ache Exp $ -# $DragonFly: src/share/monetdef/Makefile,v 1.6 2004/09/28 16:30:13 asmodai Exp $ +# $DragonFly: src/share/monetdef/Makefile,v 1.7 2004/10/07 13:32:37 asmodai Exp $ NOMAN=YES CLEANFILES+= ${LOCALES:S/$/.out/g} @@ -53,6 +53,8 @@ LOCALES= af_ZA.ISO8859-1 \ ru_RU.UTF-8 \ sk_SK.ISO8859-2 \ sl_SI.ISO8859-2 \ + sr_YU.ISO8859-2 \ + sr_YU.ISO8859-5 \ sr_YU.UTF-8 \ sv_SE.ISO8859-1 \ tr_TR.ISO8859-9 \ diff --git a/share/monetdef/sr_YU.ISO8859-2.src b/share/monetdef/sr_YU.ISO8859-2.src new file mode 100644 index 0000000000..08ced4c724 --- /dev/null +++ b/share/monetdef/sr_YU.ISO8859-2.src @@ -0,0 +1,36 @@ +# $DragonFly: src/share/monetdef/sr_YU.ISO8859-2.src,v 1.1 2004/10/07 13:32:37 asmodai Exp $ +# +# 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 0000000000..89b5022b34 --- /dev/null +++ b/share/monetdef/sr_YU.ISO8859-5.src @@ -0,0 +1,36 @@ +# $DragonFly: src/share/monetdef/sr_YU.ISO8859-5.src,v 1.1 2004/10/07 13:32:37 asmodai Exp $ +# +# 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 -- 2.35.2