> 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)', > ...
Done. It was Continental in the stylesheet distribution, this is why I have added that... Now it is Simplified. Goba -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
