From 1abef69dc49cf1851d12a46cb32e09c45029f0a9 Mon Sep 17 00:00:00 2001
From: Michael Ivanchenko <mivanchenko@users.noreply.github.com>
Date: Sat, 28 Sep 2019 12:46:30 +0000
Subject: [PATCH] Add ukrainian translation (#214)
---
i18n/uk.toml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/i18n/uk.toml b/i18n/uk.toml
new file mode 100644
index 0000000..0aba054
--- /dev/null
+++ b/i18n/uk.toml
@@ -0,0 +1,32 @@
+[more]
+other = "Ще"
+
+[allTitle]
+other = "Усі {{.Title }}"
+
+[recentTitle]
+other = "Нещодавні {{.Title }}"
+
+[readMore]
+other = "читати далі"
+
+[whatsInThis]
+other = "Зміст {{ .Type }}"
+
+[related]
+other = "Подібні"
+
+[yourName]
+other = "Ваше ім'я"
+
+[emailAddress]
+other = "Електронна пошта"
+
+[message]
+other = "Повідомлення"
+
+[emailRequiredNote]
+other = "Електронна пошта обов'язкова"
+
+[send]
+other = "Надіслати"
--
Gitblit v1.10.0