Removed setlocale ... hopefully the search changes negates the need for it

git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2555 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen 2002-05-05 12:20:36 +00:00
parent 1ec82a534e
commit 4b64d5d80f
3 changed files with 0 additions and 18 deletions

View file

@ -28,20 +28,6 @@
* email : boby@azholding.com
****************************************************************************/
//
// The format of this file is:
//
// ---> $lang['message'] = "text";
//
// You should also try to set a locale and a character
// encoding (plus direction). The encoding and direction
// will be sent to the template. The locale may or may
// not work, it's dependent on OS support and the syntax
// varies ... give it your best guess!
//
setlocale(LC_ALL, "ru_RU.ISO-8859-5");
$lang['ENCODING'] = "windows-1251";
$lang['DIRECTION'] = "ltr";
$lang['LEFT'] = "left";

View file

@ -24,8 +24,6 @@
// Email : arttor@eexi.gr
//
setlocale(LC_ALL, "el_GR.ISO-8859-7");
$lang['ENCODING'] = "iso-8859-7";
$lang['DIRECTION'] = "ltr";
$lang['LEFT'] = "left";

View file

@ -24,8 +24,6 @@
// borz_off@rdw.ru
//
setlocale(LC_ALL, "ru_RU.CP1251");
$lang['ENCODING'] = "windows-1251";
$lang['DIRECTION'] = "ltr";
$lang['LEFT'] = "left";