|
From: Paul S. O. <ps...@us...> - 2002-03-10 17:38:03
|
Update of /cvsroot/phpbb/phpBB2/language/lang_russian In directory usw-pr-cvs1:/tmp/cvs-serv28295/language/lang_russian Modified Files: lang_main.php Log Message: 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 Index: lang_main.php =================================================================== RCS file: /cvsroot/phpbb/phpBB2/language/lang_russian/lang_main.php,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** lang_main.php 10 Mar 2002 03:23:56 -0000 1.11 --- lang_main.php 10 Mar 2002 17:31:08 -0000 1.12 *************** *** 26,30 **** ! setlocale(LC_ALL, "ru_RU.ISO-8859-5"); $lang['ENCODING'] = "windows-1251"; $lang['DIRECTION'] = "ltr"; --- 26,30 ---- ! setlocale(LC_ALL, "ru_RU.CP1251"); $lang['ENCODING'] = "windows-1251"; $lang['DIRECTION'] = "ltr"; |