Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/uPagge/uBlogger.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authoruPagge <upagge@mail.ru>2020-12-06 01:38:48 +0300
committeruPagge <upagge@mail.ru>2020-12-06 01:38:48 +0300
commiteef060843356226c0611bc95edb2205be2489d67 (patch)
tree42346b13e1b11b5fa46ad824bbc913440a7b2905 /i18n
parentd330e26e66d1b9c6c27b5be3d2337d45bfdd4c16 (diff)
style fix
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ru.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n/ru.toml b/i18n/ru.toml
index 5c70b1e..41dd3ca 100644
--- a/i18n/ru.toml
+++ b/i18n/ru.toml
@@ -114,10 +114,13 @@ other = "Содержание"
[wordCount]
one = "Одно слово"
other = "{{ .Count }} слов"
+few = "{{ .Count }} слов"
+many = "{{ .Count }} слов"
[readingTime]
one = "Одна минута"
other = "{{ .Count }} минут"
+many = "{{ .Count }} минут"
[views]
other = "просмотров"