here 0.9.0.6.1 new release in Chinese Traditonal Language.
I change css font size and more files besides language directory
php-iconv and php-gettext required if any mail with local big5 charset.
if mail problem in China user. you should do some modification instead of big5 with gb2312 as following:
modules/Your_Account/index.php
| Code:: |
$message = mb_convert_encoding($message,"big5","utf-8");
$subject = mb_convert_encoding($subject,"big5","utf-8");
$to = mb_convert_encoding($to,"big5","utf-8");
$from = mb_convert_encoding($from,"big5","utf-8");
$sitename = mb_convert_encoding($sitename,"big5","utf-8");
$username = mb_convert_encoding($username,"big5","utf-8"); |
read some document for building web server with php-iconv support before installing dragonfly.
tw-irc.blogdns.com/linux.html
tw-irc.blogdns.com/win.html
tw-irc.blogdns.com/tem...linux.html
download Chinese Traditional (Taiwan / HongKong / SinGarPore) Language files if your web server are ready.
tw-irc.blogdns.com/dra...cht.tar.gz
I wish dragonfly development team to know how much I love dragonfly and share it localization in the future anytime anywhere and here thank them very much with all my heart.