diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-23 12:55:22 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2012-02-23 12:55:22 +0000 |
commit | 4669c41e5196a858540837de7baaa1d159fe5169 (patch) | |
tree | 7b1dd17bced5cf2508d92cb464ce3254412ae1b0 | |
parent | 6bdc2c36f112ff1c024ed174fb4d47b38b8a90ac (diff) | |
download | redmine-4669c41e5196a858540837de7baaa1d159fe5169.tar.gz redmine-4669c41e5196a858540837de7baaa1d159fe5169.zip |
i18n not working with russian gem (#10066).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@8939 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r-- | config/locales/ru.yml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 9c581ad59..f927abcf8 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -1120,9 +1120,11 @@ ru: error_attachment_too_big: This file cannot be uploaded because it exceeds the maximum allowed file size (%{max_size}) notice_failed_to_save_time_entries: "Failed to save %{count} time entrie(s) on %{total} selected: %{ids}." label_x_issues: - zero: 0 Задача + zero: 0 Задач one: 1 Задача - other: "%{count} Задачи" + few: "%{count} Задач" + many: "%{count} Задач" + other: "%{count} Задач" label_repository_new: New repository field_repository_is_default: Main repository label_copy_attachments: Copy attachments |