Skip to content

Commit

Permalink
bug #185 minor: ru duration translations (kbond)
Browse files Browse the repository at this point in the history
This PR was merged into the main branch.

Discussion
----------

minor: ru duration translations

Per `@Kartulin` in #181 (comment)

Commits
-------

a9e3227 minor: ru duration translations
  • Loading branch information
weaverryan committed Jul 31, 2023
2 parents af3aa65 + a9e3227 commit 166a768
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions translations/time.ru.xliff
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,26 @@
<source>diff.in.year</source>
<target>через %count% год|через %count% года|через %count% лет</target>
</trans-unit>
<trans-unit id="14">
<source>duration.second</source>
<target>1 секунда|%count% секунд</target>
</trans-unit>
<trans-unit id="15">
<source>duration.minute</source>
<target>1 минута|%count% минут</target>
</trans-unit>
<trans-unit id="16">
<source>duration.hour</source>
<target>1 час|%count% часов</target>
</trans-unit>
<trans-unit id="17">
<source>duration.day</source>
<target>1 день|%count% дней</target>
</trans-unit>
<trans-unit id="18">
<source>duration.none</source>
<target>&lt; 1 секунды</target>
</trans-unit>
</body>
</file>
</xliff>

0 comments on commit 166a768

Please sign in to comment.