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

github.com/zzossig/hugo-theme-zzo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorzzossig <zzossig@gmail.com>2019-12-17 21:14:07 +0300
committerzzossig <zzossig@gmail.com>2019-12-17 21:14:07 +0300
commitaf3611dd5e2e920bff986a7f8b69c99f074fbab0 (patch)
treea2a3e08b57e7c622b7517aa5e791bf6ae931168f /i18n
parentb36143c377976e1aa2be299d97a686b9e34a797b (diff)
Contact page added
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml14
-rw-r--r--i18n/ko.toml14
-rw-r--r--i18n/zh.toml14
3 files changed, 39 insertions, 3 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 9398c96..d8c852c 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -38,4 +38,16 @@ other = "Total visitors"
other = "views"
[donate-message]
-other = "Support the author with" \ No newline at end of file
+other = "Support the author with"
+
+[contact-name]
+other = "Name"
+
+[contact-email]
+other = "Email"
+
+[contact-message]
+other = "Message"
+
+[contact-send]
+other = "Send" \ No newline at end of file
diff --git a/i18n/ko.toml b/i18n/ko.toml
index 4f41125..520ed6e 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -38,4 +38,16 @@ other = "총 방문자 수"
other = "조회수"
[donate-message]
-other = "후원하기" \ No newline at end of file
+other = "후원하기"
+
+[contact-name]
+other = "이름"
+
+[contact-email]
+other = "이메일"
+
+[contact-message]
+other = "내용"
+
+[contact-send]
+other = "보내기" \ No newline at end of file
diff --git a/i18n/zh.toml b/i18n/zh.toml
index 022c9b7..2ef4ee2 100644
--- a/i18n/zh.toml
+++ b/i18n/zh.toml
@@ -38,4 +38,16 @@ other = "总访客"
other = "views"
[donate-message]
-other = "您的鼓励是我最大的动力" \ No newline at end of file
+other = "您的鼓励是我最大的动力"
+
+[contact-name]
+other = "Name"
+
+[contact-email]
+other = "Email"
+
+[contact-message]
+other = "Message"
+
+[contact-send]
+other = "Send" \ No newline at end of file