From 1b5894fe742e4289110f67b75a8bb6b737edc5b0 Mon Sep 17 00:00:00 2001 From: chriskl Date: Fri, 14 Mar 2003 06:55:01 +0000 Subject: [PATCH] add new chinese translations --- libraries/lib.inc.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libraries/lib.inc.php b/libraries/lib.inc.php index fb8814bc..46d055f4 100644 --- a/libraries/lib.inc.php +++ b/libraries/lib.inc.php @@ -3,7 +3,7 @@ /** * Function library read in upon startup * - * $Id: lib.inc.php,v 1.16 2003/03/10 02:15:18 chriskl Exp $ + * $Id: lib.inc.php,v 1.17 2003/03/14 06:55:01 chriskl Exp $ */ // Application name @@ -29,7 +29,10 @@ // List of available language files $appLangFiles = array( - 'chinese-tr' => '繁體中文(萬國碼)', + 'chinese-tr-big5' => '', + 'chinese-tr-utf8' => '繁體中文(萬國碼)', + 'chinese-sim-gb2312' => '', + 'chinese-sim-utf8' => '简体中文(统一码)', 'dutch' => 'Nederlands', 'english' => 'English', 'german' => 'Deutsch', -- 2.39.5