mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:45:22 +02:00
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:
@ -25,7 +25,7 @@
|
||||
//
|
||||
|
||||
|
||||
setlocale(LC_ALL, "ru_RU.ISO-8859-5");
|
||||
setlocale(LC_ALL, "ru_RU.CP1251");
|
||||
$lang['ENCODING'] = "windows-1251";
|
||||
$lang['DIRECTION'] = "ltr";
|
||||
$lang['LEFT'] = "left";
|
||||
|
Reference in New Issue
Block a user