From 77d1d4255da533c40c183e6c76ffda942b5a569b Mon Sep 17 00:00:00 2001 From: Dmitry Kolosov Date: Tue, 25 Apr 2023 16:30:50 +0200 Subject: [PATCH] add info about author taxonomy to README, fix ru i18n --- README.md | 2 +- i18n/ru.yaml | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index adeffab..e0b61bb 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Anubis is a simple minimalist theme for [Hugo blog engine](https://gohugo.io/). - Dark mode (automatic / by switcher) - Pagination -- Tags/Categories support +- Multiple taxonomies: tags, categories, authors - Archive - Open Graph and Twitter Cards support - Mobile support diff --git a/i18n/ru.yaml b/i18n/ru.yaml index b9688fa..18d99b1 100644 --- a/i18n/ru.yaml +++ b/i18n/ru.yaml @@ -29,10 +29,13 @@ Categories: other: "Категории" toAllTags: - other: "ко списку всех тегов" + other: "к списку тегов" + +toAllAuthors: + other: "к списку авторов" toAllCategories: - other: "ко списку всех категорий" + other: "к списку категорий" skipToContent: other: "Перейти к основному контенту"