Hi, someone with karma please change 'Chinese (Continental)' this weird
expression into 'Chinese (Simplified)' this more accepted one in file
'include/languages.inc' of 'phpweb' module.  So it would be:

$LANGUAGES = array(
    'en'    => 'English',
    'ar'    => 'Arabic',
    'pt_BR' => 'Brazilian Portuguese',
    'zh'    => 'Chinese (Simplified)',
    'hk'    => 'Chinese (Hong Kong Cantonese)',
    'tw'    => 'Chinese (Traditional)',
    ...

Thanks!




-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to