Fix #3: add categories support

This commit is contained in:
Dmitry Kolosov 2020-01-27 22:38:45 +03:00
parent 2b7ab07c57
commit 95d551b945
7 changed files with 86 additions and 4 deletions

View file

@ -17,13 +17,19 @@ tag:
other: "tag"
Tags:
other: "tags"
other: "Tags"
Posts:
other: "Posts"
category:
other: "category"
Categories:
other: "Categories"
toAllTags:
other: "To all tags"
other: "to all tags"
toAllCategories:
other: "to all categories"

View file

@ -14,7 +14,7 @@ toOldPosts:
other: "к старым записям"
tag:
other: "Тег"
other: "тег"
Tags:
other: "Теги"
@ -22,8 +22,14 @@ Tags:
Posts:
other: "Записи"
category:
other: "Категория"
Categories:
other: "Категории"
toAllTags:
other: "Ко списку всех тегов"
other: "ко списку всех тегов"
toAllCategories:
other: "ко списку всех категорий"