Changed on advice of borz_off ... as with all locales though YMMV and it may need to be changed to something else, ask your host for advice if necessary

git-svn-id: file:///svn/phpbb/trunk@2292 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-03-10 17:31:08 +00:00
parent ee9d82968c
commit 56d1cb8db8

View file

@ -25,7 +25,7 @@
// //
setlocale(LC_ALL, "ru_RU.ISO-8859-5"); setlocale(LC_ALL, "ru_RU.CP1251");
$lang['ENCODING'] = "windows-1251"; $lang['ENCODING'] = "windows-1251";
$lang['DIRECTION'] = "ltr"; $lang['DIRECTION'] = "ltr";
$lang['LEFT'] = "left"; $lang['LEFT'] = "left";