|
From: Paul S. O. <ps...@us...> - 2002-05-05 12:19:32
|
Update of /cvsroot/phpbb/phpBB2/language/lang_bulgarian
In directory usw-pr-cvs1:/tmp/cvs-serv7897/language/lang_bulgarian
Modified Files:
Tag: phpBB-2_0_0
lang_main.php
Log Message:
Removed setlocale ... hopefully the search changes negates the need for it
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_bulgarian/lang_main.php,v
retrieving revision 1.8
retrieving revision 1.8.2.1
diff -C2 -r1.8 -r1.8.2.1
*** lang_main.php 6 Mar 2002 00:36:21 -0000 1.8
--- lang_main.php 5 May 2002 12:19:28 -0000 1.8.2.1
***************
*** 29,46 ****
****************************************************************************/
- //
- // 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";
--- 29,32 ----
|