Mercurial > hg > soundsoftware-site
annotate test/fixtures/diffs/issue-12641-ru.diff @ 1628:9c5f8e24dadc live tip
Quieten this cron script
author | Chris Cannam |
---|---|
date | Tue, 25 Aug 2020 11:38:49 +0100 |
parents | 261b3d9a4903 |
children |
rev | line source |
---|---|
Chris@1464 | 1 # HG changeset patch |
Chris@1464 | 2 # User tmaruyama |
Chris@1464 | 3 # Date 1355872765 0 |
Chris@1464 | 4 # Node ID 8a13ebed1779c2e85fa644ecdd0de81996c969c4 |
Chris@1464 | 5 # Parent 5c3c5f917ae92f278fe42c6978366996595b0796 |
Chris@1464 | 6 Russian "about_x_hours" translation changed by Mikhail Velkin (#12640) |
Chris@1464 | 7 |
Chris@1464 | 8 diff --git a/config/locales/ru.yml b/config/locales/ru.yml |
Chris@1464 | 9 --- a/config/locales/ru.yml |
Chris@1464 | 10 +++ b/config/locales/ru.yml |
Chris@1464 | 11 @@ -115,7 +115,7 @@ ru: |
Chris@1464 | 12 one: "около %{count} часа" |
Chris@1464 | 13 few: "около %{count} часов" |
Chris@1464 | 14 many: "около %{count} часов" |
Chris@1464 | 15 - other: "около %{count} часа" |
Chris@1464 | 16 + other: "около %{count} часов" |
Chris@1464 | 17 x_hours: |
Chris@1464 | 18 one: "1 час" |
Chris@1464 | 19 other: "%{count} часов" |