mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-09 21:08:53 +00:00
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:
parent
1ec82a534e
commit
4b64d5d80f
3 changed files with 0 additions and 18 deletions
|
@ -28,20 +28,6 @@
|
||||||
* email : boby@azholding.com
|
* 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['ENCODING'] = "windows-1251";
|
||||||
$lang['DIRECTION'] = "ltr";
|
$lang['DIRECTION'] = "ltr";
|
||||||
$lang['LEFT'] = "left";
|
$lang['LEFT'] = "left";
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
// Email : arttor@eexi.gr
|
// Email : arttor@eexi.gr
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
setlocale(LC_ALL, "el_GR.ISO-8859-7");
|
|
||||||
$lang['ENCODING'] = "iso-8859-7";
|
$lang['ENCODING'] = "iso-8859-7";
|
||||||
$lang['DIRECTION'] = "ltr";
|
$lang['DIRECTION'] = "ltr";
|
||||||
$lang['LEFT'] = "left";
|
$lang['LEFT'] = "left";
|
||||||
|
|
|
@ -24,8 +24,6 @@
|
||||||
// borz_off@rdw.ru
|
// borz_off@rdw.ru
|
||||||
//
|
//
|
||||||
|
|
||||||
|
|
||||||
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