Must use UTF-8 encoding instead of Big5.

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@4548 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
wdlee91 2008-09-23 09:00:27 +00:00
parent 7754873167
commit 7b3c01fd4f

View file

@ -2,9 +2,9 @@
/**
* @file addons/mobile/lang/zh-TW.lang.php
* @author zero (zero@nzeo.com)
* @brief 正體中文語言包 (只有基本內容)
* @brief 正體中文語言包 (只有基本內容)
**/
$lang->cmd_go_upper = '回上頁';
$lang->cmd_go_home = '回首頁';
$lang->cmd_go_upper = '回上頁';
$lang->cmd_go_home = '回首頁';
?>