diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-19 15:03:38 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2012-12-19 15:03:38 +0000 |
commit | 5dacff5ccc86410c19ff75d7317606d612889671 (patch) | |
tree | eea33201abee9483aa8ea0b351679585b1b5cecc /config | |
parent | d42aaf2254791e706eae61ed226e3f80de47f52c (diff) | |
download | redmine-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
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/ru.yml | 4 |
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} день" |