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

github.com/rhazdon/hugo-theme-hello-friend-ng.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreekotenok1 <eekotenok1@gmail.com>2021-04-01 20:49:36 +0300
committereekotenok1 <eekotenok1@gmail.com>2021-04-01 21:11:03 +0300
commit5f038024c394d15b60335e174a6470c8c4b7fb6c (patch)
treeda75c5a38a155691313716638fd571dc4100b3ad
parent59108f1e12855121d7cbaeb4efe5445275fa21c8 (diff)
i18n: Add Ukrainian translation
Signed-off-by: eekotenok1 <eekotenok1@gmail.com>
-rw-r--r--data/langFlags.yaml1
-rw-r--r--i18n/uk.toml43
2 files changed, 44 insertions, 0 deletions
diff --git a/data/langFlags.yaml b/data/langFlags.yaml
index 08940c5..4132ed4 100644
--- a/data/langFlags.yaml
+++ b/data/langFlags.yaml
@@ -11,6 +11,7 @@ nl: nl
pt-br: br
ru: ru
tr: tr
+uk: uk
zh-cn: cn
zh-hk: hk
zh-tw: tw
diff --git a/i18n/uk.toml b/i18n/uk.toml
new file mode 100644
index 0000000..890a618
--- /dev/null
+++ b/i18n/uk.toml
@@ -0,0 +1,43 @@
+# Translations for Ukrainian
+# 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 }} слів"
+
+[lastModified]
+other = "Останнє оновлення"