diff --git a/data/langFlags.yaml b/data/langFlags.yaml index 8a1c17d..d4d1be7 100644 --- a/data/langFlags.yaml +++ b/data/langFlags.yaml @@ -4,7 +4,8 @@ es: es fr: fr hi: in it: it +ml: in nl: nl pt-br: br +ru: ru tr: tr -ml: in diff --git a/i18n/ru.toml b/i18n/ru.toml new file mode 100644 index 0000000..2b75f94 --- /dev/null +++ b/i18n/ru.toml @@ -0,0 +1,40 @@ +# Translations for Russian +# https://gohugo.io/content-management/multilingual/#translation-of-strings + +# Generic +# +[translations] +other = "Переводы" + +[postAvailable] +other = "Доступно на " + + +# 404.html +# +[archives] +other = "Архивы" + +[home] +other = "Главная" + +[notFound] +other = "Упс, страница не найдена…" + + +# posts/single.html +# +[readingTime] +one = "{{ .Count }} минута" +few = "{{ .Count }} минуты" +many = "{{ .Count }} минут" +other = "{{ .Count }} минут" + +[tableOfContents] +other = "Содержимое" + +[wordCount] +one = "{{ .Count }} слово" +few = "{{ .Count }} слова" +many = "{{ .Count }} слов" +other = "{{ .Count }} слов"