From 77a974b4ee991336e7bcddf87506f26c4496a7a3 2012-12-20 05:17:55 From: Toshi MARUYAMA Date: 2012-12-20 05:17:55 Subject: [PATCH] Russian "about_x_hours" and "x_hours" translation changed by Mikhail Velkin (#12645) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11060 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 1fc7171..f3b3395 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -115,12 +115,12 @@ ru: one: "около %{count} часа" few: "около %{count} часов" many: "около %{count} часов" - other: "около %{count} часов" + other: "около %{count} часа" x_hours: one: "%{count} час" few: "%{count} часа" many: "%{count} часов" - other: "%{count} часов" + other: "%{count} часа" x_days: one: "%{count} день" few: "%{count} дня"