diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-18 23:19:25 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-18 23:19:25 +0000 |
commit | 82d4adc3560851c84b051c3657ae6902049c0191 (patch) | |
tree | f9ad7a43b9430f97b65d666505bcf1b68ceee900 /config | |
parent | c3cfdfadfdef8f499a349607c90f4dee503d9efe (diff) | |
download | redmine-82d4adc3560851c84b051c3657ae6902049c0191.tar.gz redmine-82d4adc3560851c84b051c3657ae6902049c0191.zip |
Russian "about_x_hours" translation changed by Mikhail Velkin (#12640)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11052 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ru.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml index ad9dbe8d2..262b1e39d 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -115,7 +115,7 @@ ru: one: "около %{count} часа" few: "около %{count} часов" many: "около %{count} часов" - other: "около %{count} часа" + other: "около %{count} часов" x_hours: one: "1 час" other: "%{count} часов" |