summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2011-04-05 12:15:04 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2011-04-05 12:15:04 +0000
commitc2095f5e2f4e92dcfae3d7d5ccbe8900844c5361 (patch)
tree51adfdc6edc1845d6f0a6992a50296a98f488b86 /config
parent13eea4266ef3d37da6ceb7bc149d78120fc9ed7b (diff)
downloadredmine-c2095f5e2f4e92dcfae3d7d5ccbe8900844c5361.tar.gz
redmine-c2095f5e2f4e92dcfae3d7d5ccbe8900844c5361.zip
Set CSV separator to ; and decimal separator to , for italian (#8067).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5322 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/it.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/it.yml b/config/locales/it.yml
index a54c0b141..ea0cedf3f 100644
--- a/config/locales/it.yml
+++ b/config/locales/it.yml
@@ -136,8 +136,8 @@ it:
general_text_no: 'no'
general_text_yes: 'sì'
general_lang_name: 'Italiano'
- general_csv_separator: ','
- general_csv_decimal_separator: '.'
+ general_csv_separator: ';'
+ general_csv_decimal_separator: ','
general_csv_encoding: ISO-8859-1
general_pdf_encoding: ISO-8859-1
general_first_day_of_week: '1'