From 3bfc0edefb2e94f68c158fa8ea182ee901181796 Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sat, 28 Dec 2002 10:48:02 +0000 Subject: [PATCH] OK, so the HK code is for the Hong Kong Cantonese type of chinese (as far as the DSSSL style sheets can tell) --- include/languages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/languages.inc b/include/languages.inc index c1239cdcd..45a1508a0 100644 --- a/include/languages.inc +++ b/include/languages.inc @@ -13,15 +13,15 @@ $LANGUAGES = array( 'en' => 'English', 'ar' => 'Arabic', 'pt_BR' => 'Brazilian Portuguese', - 'tw' => 'Chinese (Traditional)', 'zh' => 'Chinese (Continental)', + 'hk' => 'Chinese (Hong Kong Cantonese)', + 'tw' => 'Chinese (Traditional)', 'cs' => 'Czech', 'nl' => 'Dutch', 'fi' => 'Finnish', 'fr' => 'French', 'de' => 'German', 'he' => 'Hebrew', - //'hk' => '', 'hu' => 'Hungarian', 'it' => 'Italian', 'ja' => 'Japanese',