use the ZhClient interface to do the Chinese text processing
[lhc/web/wiklou.git] / includes / DefaultSettings.php
index 4741378..6d89f1f 100644 (file)
@@ -341,6 +341,11 @@ $wgPartialMessageCache = false;
 # code, so that if it breaks, only zh will be affected
 $wgDisableLangConversion = true;
 
+# Whether to use zhdaemon to perform Chinese text processing
+$wgUseZhdaemon = false;
+$wgZhdaemonHost="localhost";
+$wgZhdaemonPort=2004;
+
 # Miscellaneous configuration settings
 #