mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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:
parent
ee9d82968c
commit
56d1cb8db8
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue