From ac2ef8e77e16a745ddd8966f905150075736f199 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Sat, 7 Jun 2003 00:28:58 +0000 Subject: [PATCH] Add ru_RU.CP1251 --- share/monetdef/Makefile | 1 + share/monetdef/ru_RU.CP1251.src | 36 +++++++++++++++++++++++++++++++++ share/msgdef/Makefile | 1 + share/msgdef/ru_RU.CP1251.src | 14 +++++++++++++ 4 files changed, 52 insertions(+) create mode 100644 share/monetdef/ru_RU.CP1251.src create mode 100644 share/msgdef/ru_RU.CP1251.src diff --git a/share/monetdef/Makefile b/share/monetdef/Makefile index dad9d4ecbbb1..ab7792433097 100644 --- a/share/monetdef/Makefile +++ b/share/monetdef/Makefile @@ -38,6 +38,7 @@ LOCALES= af_ZA.ISO8859-1 \ pt_BR.ISO8859-1 \ pt_PT.ISO8859-1 \ ro_RO.ISO8859-2 \ + ru_RU.CP1251 \ ru_RU.CP866 \ ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ diff --git a/share/monetdef/ru_RU.CP1251.src b/share/monetdef/ru_RU.CP1251.src new file mode 100644 index 000000000000..bd3de23b499c --- /dev/null +++ b/share/monetdef/ru_RU.CP1251.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 a456a4dda415..92633f06af91 100644 --- a/share/msgdef/Makefile +++ b/share/msgdef/Makefile @@ -30,6 +30,7 @@ LOCALES= af_ZA.ISO8859-1 \ pl_PL.ISO8859-2 \ pt_PT.ISO8859-1 \ ro_RO.ISO8859-2 \ + ru_RU.CP1251 \ ru_RU.CP866 \ ru_RU.ISO8859-5 \ ru_RU.KOI8-R \ diff --git a/share/msgdef/ru_RU.CP1251.src b/share/msgdef/ru_RU.CP1251.src new file mode 100644 index 000000000000..5774d94f6f54 --- /dev/null +++ b/share/msgdef/ru_RU.CP1251.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