diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-03 23:09:00 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-11-03 23:09:00 +0000 |
commit | f8b1f19620342e9f6fe8ff0ab3cda75a70a67ee5 (patch) | |
tree | b9d30cd1e005bbe5f1fb6292ef1d0512ea9c4809 /config | |
parent | 41023cb5ff66bf83605f529878dc95877b918e18 (diff) | |
download | redmine-f8b1f19620342e9f6fe8ff0ab3cda75a70a67ee5.tar.gz redmine-f8b1f19620342e9f6fe8ff0ab3cda75a70a67ee5.zip |
fix wrong csv separator in Croatian (#18265)
git-svn-id: http://svn.redmine.org/redmine/trunk@13552 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/hr.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/hr.yml b/config/locales/hr.yml index 826d6860f..63b2d44b1 100644 --- a/config/locales/hr.yml +++ b/config/locales/hr.yml @@ -133,8 +133,8 @@ hr: general_text_no: 'ne' general_text_yes: 'da' general_lang_name: 'Hrvatski' - general_csv_separator: ',' - general_csv_decimal_separator: '.' + general_csv_separator: ';' + general_csv_decimal_separator: ',' general_csv_encoding: UTF-8 general_pdf_fontname: freesans general_first_day_of_week: '7' |