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_CN/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_CN/common.lang.php')
-rw-r--r-- | language/zh_CN/common.lang.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/language/zh_CN/common.lang.php b/language/zh_CN/common.lang.php index b1f63eab3..f69a52224 100644 --- a/language/zh_CN/common.lang.php +++ b/language/zh_CN/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-CN"; $lang_info['zero_plural'] = true; $lang['%d Kb'] = '%dKb'; |