From 6cf5016d341e4267026b41a6c1ea8d0cb4c4b7df Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Jul 2010 11:15:04 +0800 Subject: [PATCH] I18n.php --- I18n.php | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/I18n.php b/I18n.php index 6fb042af..3fc1de1e 100644 --- a/I18n.php +++ b/I18n.php @@ -36,7 +36,7 @@ 'ta', // tamil '**', // other ), - 'c' => '*', + 'c' => '*', // eg. all languages.. 'm' => array( 'USD', 'HKD', 'GBP', 'CNY', 'SGD', 'JPY' ) ), @@ -46,14 +46,9 @@ require_once 'Pman.php'; class Pman_Core_i18N extends Pman { - function getAuth() - { - // anyone can downlaod this list - as it's needed prior to the login box. - return true; - } - + - // these are the languages we support. + // these are the default languages we support. var $cfg = array( 'l' => array( 'en', 'zh_CN', 'zh_HK', 'zh_TW', 'th', 'ko', 'ja', 'ms', -- 2.39.2