|
From: Paul S. O. <ps...@us...> - 2002-05-20 12:24:37
|
Update of /cvsroot/phpbb/phpBB2/language/lang_japanese
In directory usw-pr-cvs1:/tmp/cvs-serv8647/language/lang_japanese
Modified Files:
Tag: phpBB-2_0_0
lang_main.php
Log Message:
Various minor updates
Index: lang_main.php
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/language/lang_japanese/lang_main.php,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** lang_main.php 19 May 2002 17:37:34 -0000 1.3.2.1
--- lang_main.php 20 May 2002 12:24:29 -0000 1.3.2.2
***************
*** 27,36 ****
// For questions and comments use: yoi...@rr...
//
! //Final touches by sor...@ho...
-
-
-
- setlocale(LC_ALL, "ja_JP.SJIS");
$lang['ENCODING'] = "shift_jis";
$lang['DIRECTION'] = "ltr";
--- 27,33 ----
// For questions and comments use: yoi...@rr...
//
! // Final touches by sor...@ho...
! //
$lang['ENCODING'] = "shift_jis";
$lang['DIRECTION'] = "ltr";
|