summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2010-12-05 10:15:55 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2010-12-05 10:15:55 +0000
commit80e0e1c5448a15568bb9a2205b0566eb19fa3b8a (patch)
tree299ccb8786bfa89c7196dc396342e17ef7e18361 /config
parent8841ba97c680fb826b228e8de8a586e61bc428bf (diff)
downloadredmine-80e0e1c5448a15568bb9a2205b0566eb19fa3b8a.tar.gz
redmine-80e0e1c5448a15568bb9a2205b0566eb19fa3b8a.zip
Changes russian CSV separator to ; (#7035).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4469 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r--config/locales/ru.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 1798915e9..61eeb36e2 100644
--- a/config/locales/ru.yml
+++ b/config/locales/ru.yml
@@ -382,9 +382,9 @@ ru:
field_version: Версия
field_watcher: Наблюдатель
- general_csv_decimal_separator: '.'
+ general_csv_decimal_separator: ','
general_csv_encoding: UTF-8
- general_csv_separator: ','
+ general_csv_separator: ';'
general_first_day_of_week: '1'
general_lang_name: 'Russian (Русский)'
general_pdf_encoding: UTF-8