diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-11 20:35:50 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2011-01-11 20:35:50 +0000 |
commit | c19e3fbe3a49bc90c2ce29bfb63bad469a805a13 (patch) | |
tree | 73617334150f280b75548931df3809cfbe5f0baa /config/locales | |
parent | 2f3b1ca6b8855eea3850036e6c60c8464b806a25 (diff) | |
download | redmine-c19e3fbe3a49bc90c2ce29bfb63bad469a805a13.tar.gz redmine-c19e3fbe3a49bc90c2ce29bfb63bad469a805a13.zip |
Set csv separator to ; for nl locale (#7274).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4701 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config/locales')
-rw-r--r-- | config/locales/nl.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/nl.yml b/config/locales/nl.yml index 5bc36a579..1a5e9df0e 100644 --- a/config/locales/nl.yml +++ b/config/locales/nl.yml @@ -275,9 +275,9 @@ nl: field_user: Gebruiker field_value: Waarde field_version: Versie - general_csv_decimal_separator: '.' + general_csv_decimal_separator: ',' general_csv_encoding: ISO-8859-1 - general_csv_separator: ',' + general_csv_separator: ';' general_first_day_of_week: '7' general_lang_name: 'Nederlands' general_pdf_encoding: ISO-8859-1 |