From 8ad465aa864e45b654bc1826bad9d407645a3d9a Mon Sep 17 00:00:00 2001 From: ache Date: Sat, 19 Oct 2002 13:04:05 +0000 Subject: Add sr_YU locales Submitted by: Toni Andjelkovic --- share/monetdef/Makefile | 2 ++ share/monetdef/sr_YU.ISO8859-2.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/sr_YU.ISO8859-5.src | 36 ++++++++++++++++++++++++++++++++++++ 3 files changed, 74 insertions(+) create mode 100644 share/monetdef/sr_YU.ISO8859-2.src create mode 100644 share/monetdef/sr_YU.ISO8859-5.src (limited to 'share/monetdef') 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 -- cgit v1.1