OSDN Git Service

Move *.lng => *.lng.php
authorhenoheno <henoheno>
Fri, 29 Oct 2004 23:53:41 +0000 (08:53 +0900)
committerhenoheno <henoheno>
Fri, 29 Oct 2004 23:53:41 +0000 (08:53 +0900)
.htaccess
en.lng.php [moved from en.lng with 99% similarity]
ja.lng.php [moved from ja.lng with 99% similarity]
lib/init.php

index 75c81c0..3da781d 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1,4 +1,4 @@
-<FilesMatch "\.(?i:ini\.php|lng|txt|gz|tgz|zip)$">
+<FilesMatch "\.(?i:ini\.php|lng\.php|txt|gz|tgz|zip)$">
        Order allow,deny
        Deny from all
 </FilesMatch>
similarity index 99%
rename from en.lng
rename to en.lng.php
index 77ba110..58802af 100644 (file)
--- a/en.lng
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: en.lng,v 1.32 2004/10/17 13:51:49 henoheno Exp $
+// $Id: en.lng.php,v 1.1 2004/10/29 23:53:41 henoheno Exp $
 //
 // PukiWiki message file (english)
 
similarity index 99%
rename from ja.lng
rename to ja.lng.php
index ed7d9a0..18f7a22 100644 (file)
--- a/ja.lng
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: ja.lng,v 1.31 2004/10/17 13:51:49 henoheno Exp $
+// $Id: ja.lng.php,v 1.1 2004/10/29 23:53:41 henoheno Exp $
 //
 // PukiWiki message file (japanese)
 
index 069ebd8..570b6f9 100644 (file)
@@ -2,7 +2,7 @@
 /////////////////////////////////////////////////
 // PukiWiki - Yet another WikiWikiWeb clone.
 //
-// $Id: init.php,v 1.16 2004/10/17 13:29:52 henoheno Exp $
+// $Id: init.php,v 1.17 2004/10/29 23:53:41 henoheno Exp $
 //
 
 /////////////////////////////////////////////////
@@ -81,7 +81,7 @@ mb_detect_order('auto');
 
 /////////////////////////////////////////////////
 // INI_FILE: UI_LANG ½é´üÀßÄê(¸À¸ì¥Õ¥¡¥¤¥ë¤Î¾ì½ê)
-define('LANG_FILE', DATA_HOME . UI_LANG . '.lng');
+define('LANG_FILE', DATA_HOME . UI_LANG . '.lng.php');
 
 // ¥Õ¥¡¥¤¥ëÆɤ߹þ¤ß
 $die = '';