1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-07-22 17:18:37 +00:00

Translate application in Russian

This commit is contained in:
Savely Krasovsky 2018-09-22 20:22:58 +03:00 committed by Frédéric Guillot
parent 37ab6eec15
commit 0e23f37f57
13 changed files with 597 additions and 17 deletions

View file

@ -25,7 +25,7 @@
<ul>
<li>
{{ if eq .FeedCount 0 }}
{{ t "No feed." }}
{{ t "page.categories.no_feed" }}
{{ else }}
{{ plural "page.categories.feed_count" .FeedCount .FeedCount }}
{{ end }}
@ -33,7 +33,7 @@
</ul>
<ul>
<li>
<a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "Edit" }}</a>
<a href="{{ route "editCategory" "categoryID" .ID }}">{{ t "menu.edit_category" }}</a>
</li>
{{ if eq .FeedCount 0 }}
<li>