hirokawa Sun Jan 2 02:53:52 2005 EDT
Modified files:
/phpdoc configure.in
Log:
corrected date format in japanese.
http://cvs.php.net/diff.php/phpdoc/configure.in?r1=1.209&r2=1.210&ty=u
Index: phpdoc/configure.in
diff -u phpdoc/configure.in:1.209 phpdoc/configure.in:1.210
--- phpdoc/configure.in:1.209 Tue Dec 28 10:24:45 2004
+++ phpdoc/configure.in Sun Jan 2 02:53:51 2005
@@ -1,4 +1,4 @@
-dnl $Id: configure.in,v 1.209 2004/12/28 15:24:45 derick Exp $
+dnl $Id: configure.in,v 1.210 2005/01/02 07:53:51 hirokawa Exp $
dnl autoconf initialisation
AC_INIT()
@@ -576,6 +576,12 @@
LANGWEB="ko"
LANGDIR="kr"
;;
+ ja)
+ LANG="ja"
+ LANGWEB="ja"
+ LANGDIR="ja"
+ PHP_BUILD_DATE=`date '+%Y/%m/%d'`
+ ;;
he)
LANG="en"
LANGWEB="he"