diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index 7449afa901e..c5c5da726ee 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 00000000000..cae485aa7d8 --- /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 00000000000..0f14f0e8ba0 --- /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 00000000000..0f14f0e8ba0 --- /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 diff --git a/share/msgdef/Makefile b/share/msgdef/Makefile index 2b322f39051..09204453a8c 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -16,6 +16,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/msgdef/ru_RU.CP866.src b/share/msgdef/ru_RU.CP866.src new file mode 100644 index 00000000000..df2b035bb4b --- /dev/null +++ b/share/msgdef/ru_RU.CP866.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[yY].* +# noexpr +^[nN].* +# yesstr + +# nostr + +# EOF diff --git a/share/msgdef/ru_RU.ISO8859-5.src b/share/msgdef/ru_RU.ISO8859-5.src new file mode 100644 index 00000000000..360485e980e --- /dev/null +++ b/share/msgdef/ru_RU.ISO8859-5.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ԴyY].* +# noexpr +^[ݽnN].* +# yesstr + +# nostr + +# EOF diff --git a/share/msgdef/ru_RU.ISO_8859-5.src b/share/msgdef/ru_RU.ISO_8859-5.src new file mode 100644 index 00000000000..360485e980e --- /dev/null +++ b/share/msgdef/ru_RU.ISO_8859-5.src @@ -0,0 +1,14 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# yesexpr +^[ԴyY].* +# noexpr +^[ݽnN].* +# yesstr + +# nostr + +# EOF diff --git a/share/numericdef/Makefile b/share/numericdef/Makefile index 4424342ff7c..dee6368617a 100644 --- a/share/numericdef/Makefile +++ b/share/numericdef/Makefile @@ -16,6 +16,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/numericdef/ru_RU.CP866.src b/share/numericdef/ru_RU.CP866.src new file mode 100644 index 00000000000..4ebc899962a --- /dev/null +++ b/share/numericdef/ru_RU.CP866.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF diff --git a/share/numericdef/ru_RU.ISO8859-5.src b/share/numericdef/ru_RU.ISO8859-5.src new file mode 100644 index 00000000000..4ebc899962a --- /dev/null +++ b/share/numericdef/ru_RU.ISO8859-5.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF diff --git a/share/numericdef/ru_RU.ISO_8859-5.src b/share/numericdef/ru_RU.ISO_8859-5.src new file mode 100644 index 00000000000..4ebc899962a --- /dev/null +++ b/share/numericdef/ru_RU.ISO_8859-5.src @@ -0,0 +1,12 @@ +# $FreeBSD$ +# +# WARNING: spaces may be essential at the end of lines +# WARNING: empty lines are essential too +# +# decimal_point +, +# thousands_sep + +# grouping, separated by ; +3;3 +# EOF