From 4b64d5d80fce78da00fb1f1bca8a53609e62377e Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 5 May 2002 12:20:36 +0000 Subject: [PATCH] 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 --- phpBB/language/lang_bulgarian/lang_main.php | 14 -------------- phpBB/language/lang_greek/lang_main.php | 2 -- phpBB/language/lang_russian/lang_main.php | 2 -- 3 files changed, 18 deletions(-) diff --git a/phpBB/language/lang_bulgarian/lang_main.php b/phpBB/language/lang_bulgarian/lang_main.php index c2c94d87ef..2e257eb8a1 100644 --- a/phpBB/language/lang_bulgarian/lang_main.php +++ b/phpBB/language/lang_bulgarian/lang_main.php @@ -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"; diff --git a/phpBB/language/lang_greek/lang_main.php b/phpBB/language/lang_greek/lang_main.php index 84edc1cb54..f776ed5594 100644 --- a/phpBB/language/lang_greek/lang_main.php +++ b/phpBB/language/lang_greek/lang_main.php @@ -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"; diff --git a/phpBB/language/lang_russian/lang_main.php b/phpBB/language/lang_russian/lang_main.php index 89ca32a364..5587ccf642 100644 --- a/phpBB/language/lang_russian/lang_main.php +++ b/phpBB/language/lang_russian/lang_main.php @@ -24,8 +24,6 @@ // borz_off@rdw.ru // - -setlocale(LC_ALL, "ru_RU.CP1251"); $lang['ENCODING'] = "windows-1251"; $lang['DIRECTION'] = "ltr"; $lang['LEFT'] = "left";