diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-26 19:46:57 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2008-06-26 19:46:57 +0000 |
commit | a4a8b6381e4a162da85319e216a770ee7bd82202 (patch) | |
tree | 9db63e7eb87f36981ab4b551e9df0c4658d530ff /lang/zh.yml | |
parent | 864ac367e85160b523b2f05522cbf0d3f2d65c0d (diff) | |
download | redmine-a4a8b6381e4a162da85319e216a770ee7bd82202.tar.gz redmine-a4a8b6381e4a162da85319e216a770ee7bd82202.zip |
Adds a key in lang files (general_csv_decimal_separator) to set the decimal separator (point or comma) in csv exports (#1372).
git-svn-id: http://redmine.rubyforge.org/svn/trunk@1591 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lang/zh.yml')
-rw-r--r-- | lang/zh.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/zh.yml b/lang/zh.yml index f412f848c..2bd0880a5 100644 --- a/lang/zh.yml +++ b/lang/zh.yml @@ -48,6 +48,7 @@ general_text_no: '否' general_text_yes: '是' general_lang_name: 'Simplified Chinese (简体中文)' general_csv_separator: ',' +general_csv_decimal_separator: '.' general_csv_encoding: gb2312 general_pdf_encoding: gb2312 general_day_names: 星期一,星期二,星期三,星期四,星期五,星期六,星期日 |