From 0aaefad84d464dddfc4e7efd4a74cf9c1595dc6d Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 30 Apr 2004 00:04:14 +0000 Subject: [PATCH] zh (chinese language) support git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@3406 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/config.php | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/lib/config.php b/lib/config.php index 3cfd419a1..05d16c731 100644 --- a/lib/config.php +++ b/lib/config.php @@ -1,5 +1,5 @@ array('it_IT'), 'sv' => array('sv_SE'), 'ja' => array('ja_JP','ja_JP.eucJP','japanese.euc'), - //'zh' => array('zh_TW', 'zh_CN') + 'zh' => array('zh_TW', 'zh_CN'), ); if (strlen($locale) == 2) $lang = $locale; @@ -282,6 +282,11 @@ function IsProbablyRedirectToIndex () { } // $Log: not supported by cvs2svn $ +// Revision 1.102 2004/04/29 23:25:12 rurban +// re-ordered locale init (as in 1.3.9) +// fixed loadfile with subpages, and merge/restore anyway +// (sf.net bug #844188) +// // Revision 1.101 2004/04/26 13:22:32 rurban // calculate bool old or dynamic constants later // -- 2.45.0