Skip to content

Commit

Permalink
Russian "about_x_hours" and "x_hours" translation changed by Mikhail …
Browse files Browse the repository at this point in the history
…Velkin (#12645)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11060 e93f8b46-1217-0410-a6f0-8f06a7374b81
  • Loading branch information
marutosi committed Dec 20, 2012
1 parent f0c2276 commit 77a974b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/locales/ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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} дня"
Expand Down

0 comments on commit 77a974b

Please sign in to comment.