summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2022-01-02 02:39:21 +0000
committerGo MAEDA <maeda@farend.jp>2022-01-02 02:39:21 +0000
commit52f0d2a98db655900ec1717b0f10ac667f1c1211 (patch)
treeaad439e334447c19c821dfd3015ffbdd79a182c8 /config
parentf3f355a8bf43558717ce4cf6b8470fafd553f484 (diff)
downloadredmine-52f0d2a98db655900ec1717b0f10ac667f1c1211.tar.gz
redmine-52f0d2a98db655900ec1717b0f10ac667f1c1211.zip
Fix that encoding drop-down in the import settings defaults to US-ASCII instead of general_csv_encoding in Simplified Chinese (#36377).
Patch by Go MAEDA. git-svn-id: http://svn.redmine.org/redmine/trunk@21337 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/zh.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/zh.yml b/config/locales/zh.yml
index 2e82bcc4b..8592dd1fd 100644
--- a/config/locales/zh.yml
+++ b/config/locales/zh.yml
@@ -150,7 +150,7 @@ zh:
general_lang_name: 'Chinese/Simplified (简体中文)'
general_csv_separator: ','
general_csv_decimal_separator: '.'
- general_csv_encoding: gb18030
+ general_csv_encoding: GB18030
general_pdf_fontname: stsongstdlight
general_pdf_monospaced_fontname: stsongstdlight
general_first_day_of_week: '7'