summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-12-19 15:03:38 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2012-12-19 15:03:38 +0000
commit5dacff5ccc86410c19ff75d7317606d612889671 (patch)
treeeea33201abee9483aa8ea0b351679585b1b5cecc
parentd42aaf2254791e706eae61ed226e3f80de47f52c (diff)
downloadredmine-5dacff5ccc86410c19ff75d7317606d612889671.tar.gz
redmine-5dacff5ccc86410c19ff75d7317606d612889671.zip
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
-rw-r--r--config/locales/ru.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/locales/ru.yml b/config/locales/ru.yml
index 262b1e39d..13af6b937 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} день"