Fix #3: add categories support
This commit is contained in:
parent
2b7ab07c57
commit
95d551b945
7 changed files with 86 additions and 4 deletions
10
i18n/en.yaml
10
i18n/en.yaml
|
@ -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"
|
10
i18n/ru.yaml
10
i18n/ru.yaml
|
@ -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: "ко списку всех категорий"
|
Loading…
Add table
Add a link
Reference in a new issue