From aa6ca61ecfb34832b8b46b5286990928269d0c8e Mon Sep 17 00:00:00 2001 From: phantom Date: Mon, 19 Feb 2001 20:05:22 +0000 Subject: add LC_MONETARY, LC_MESSAGES and LC_NUMERIC definitions for ru_RU.CP866 and ru_RU.ISO_8859-5 locales --- share/monetdef/Makefile | 2 ++ share/monetdef/ru_RU.CP866.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/ru_RU.ISO8859-5.src | 36 ++++++++++++++++++++++++++++++++++++ share/monetdef/ru_RU.ISO_8859-5.src | 36 ++++++++++++++++++++++++++++++++++++ 4 files changed, 110 insertions(+) create mode 100644 share/monetdef/ru_RU.CP866.src create mode 100644 share/monetdef/ru_RU.ISO8859-5.src create mode 100644 share/monetdef/ru_RU.ISO_8859-5.src (limited to 'share/monetdef') diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 7449afa..c5c5da7 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -21,6 +21,8 @@ LOCALES= af_ZA.ISO_8859-1 \ nl_NL.ISO_8859-1 \ no_NO.ISO_8859-1 \ pl_PL.ISO_8859-2 \ + ru_RU.CP866 \ + ru_RU.ISO_8859-5 \ ru_RU.KOI8-R \ sv_SE.ISO_8859-1 \ uk_UA.KOI8-U \ diff --git a/share/monetdef/ru_RU.CP866.src b/share/monetdef/ru_RU.CP866.src new file mode 100644 index 0000000..cae485a --- /dev/null +++ b/share/monetdef/ru_RU.CP866.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) +RUR +# 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 diff --git a/share/monetdef/ru_RU.ISO8859-5.src b/share/monetdef/ru_RU.ISO8859-5.src new file mode 100644 index 0000000..0f14f0e --- /dev/null +++ b/share/monetdef/ru_RU.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) +RUR +# 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 diff --git a/share/monetdef/ru_RU.ISO_8859-5.src b/share/monetdef/ru_RU.ISO_8859-5.src new file mode 100644 index 0000000..0f14f0e --- /dev/null +++ b/share/monetdef/ru_RU.ISO_8859-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) +RUR +# 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