diff options
author | plegall <plg@piwigo.org> | 2014-07-02 12:43:29 +0000 |
---|---|---|
committer | plegall <plg@piwigo.org> | 2014-07-02 12:43:29 +0000 |
commit | 3b9e2659b0f6043246036f237f1227bcf1e10e51 (patch) | |
tree | 2e1dba1d5d94d7d6561611c26e2ec1bc906f1a48 /language/zh_TW/common.lang.php | |
parent | 266f2f756c83881bed287311caae83592ac828a5 (diff) |
i18n for the new HTML5 upload (use i18n files from plupload)
optional specific $lang_info[jquery_code] and $lang_info[plupload_code] to load the right i18n file
git-svn-id: http://piwigo.org/svn/trunk@28917 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'language/zh_TW/common.lang.php')
-rw-r--r-- | language/zh_TW/common.lang.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/language/zh_TW/common.lang.php b/language/zh_TW/common.lang.php index fc4d4be09..84bfd868e 100644 --- a/language/zh_TW/common.lang.php +++ b/language/zh_TW/common.lang.php @@ -33,6 +33,7 @@ $lang_info['language_name'] = '中文'; $lang_info['country'] = '中國'; $lang_info['direction'] = 'ltr'; $lang_info['code'] = 'cn'; +$lang_info['jquery_code'] = 'zh-TW'; $lang_info['zero_plural'] = false; $lang['%d Kb'] = '%d KB'; @@ -422,4 +423,4 @@ $lang['Theme'] = '主題'; $lang['No results for'] = '沒有結果'; $lang['Photo description'] = '圖片說明'; $lang['Photo title'] = '圖片標題'; -$lang['Apply on properties'] = '適用於性能';
\ No newline at end of file +$lang['Apply on properties'] = '適用於性能'; |