From 5dacff5ccc86410c19ff75d7317606d612889671 2012-12-19 15:03:38 From: Toshi MARUYAMA Date: 2012-12-19 15:03:38 Subject: [PATCH] add "few" and "many" to Russian "x_hours" (#12640) Contributed by Mikhail Velkin. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11056 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/config/locales/ru.yml b/config/locales/ru.yml index 262b1e3..13af6b9 100644 --- a/config/locales/ru.yml +++ b/config/locales/ru.yml @@ -117,7 +117,9 @@ ru: many: "около %{count} часов" other: "около %{count} часов" x_hours: - one: "1 час" + one: "%{count} час" + few: "%{count} часа" + many: "%{count} часов" other: "%{count} часов" x_days: one: "%{count} день"