OSDN Git Service

Enable skin-language changeorver.
authorhenoheno <henoheno>
Sun, 19 Sep 2004 13:45:48 +0000 (22:45 +0900)
committerhenoheno <henoheno>
Sun, 19 Sep 2004 13:45:48 +0000 (22:45 +0900)
* Move Language settings from lib/init.php to pukiwiki.ini.php
* Added define SKIN_LANG and CONTENT_CHARSET to enable changing
  skin-languate into 'en', with your native/multi language content

pukiwiki.ini.php

index a66b1b3..b0df8d6 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: pukiwiki.ini.php,v 1.80 2004/09/19 13:27:15 henoheno Exp $
+// $Id: pukiwiki.ini.php,v 1.81 2004/09/19 13:45:48 henoheno Exp $
 //
 // PukiWiki setting file
 
@@ -10,7 +10,7 @@
 // ½é´üÀßÄê (ʸ»ú¥¨¥ó¥³¡¼¥É¡¢¸À¸ì)
 
 // Internal Language ('en' or 'ja')
-if (! defined('LANG'))      define('LANG', 'ja');      // For internal messages
+define('LANG', 'ja');  // For internal messages
 if (! defined('SKIN_LANG')) define('SKIN_LANG', 'ja'); // For skin
 
 // Internal content encoding (for mbstring)