##// END OF EJS Templates
add "few" and "many" to Russian "x_hours" (#12640)...
Toshi MARUYAMA -
r10826:5dacff5ccc86
parent child
Show More
@@ -117,7 +117,9 ru:
117 117 many: "около %{count} часов"
118 118 other: "около %{count} часов"
119 119 x_hours:
120 one: "1 час"
120 one: "%{count} час"
121 few: "%{count} часа"
122 many: "%{count} часов"
121 123 other: "%{count} часов"
122 124 x_days:
123 125 one: "%{count} день"
General Comments 0
You need to be logged in to leave comments. Login now