Recent Topics

1 Mar 29, 2004 15:22    

$languages = array(
        'zh' => NT_('Chinese'),
        );

$locales = array(
        'zh_TW' => array( // Traditional Chinese, Taiwan
                'charset' => 'utf-8',
                'datefmt' => 'y-m-d',
                'timefmt' => 'H:i:s',
                ),
);

http://smoker.no-ip.org/locales/zh_TW/LC_MESSAGES/messages.po

2 Mar 30, 2004 01:48

Just out of curiosity: how much different is this from the existing zh_CN ?

3 Mar 30, 2004 21:25

encoding different..

traditional chinese and simplified chinese is not the same in a word

..i dont know how to expland it :oops:

4 Apr 30, 2004 07:42

the same word written with different _strokes_. some countries use traditional chinese while others (like mine) use simplified chinese.


Form is loading...