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-11-12 19:00:21 +0300
committerzzossig <zzossig@gmail.com>2019-11-12 19:00:21 +0300
commitf59c56b66bb4c81b2faa98d4ec5534347d286757 (patch)
treee89bce3e6372022ce63e1f567031bc3711baa0bd /i18n
parent77728cd8652e98cb9dfb71c430c385388f19a25f (diff)
gtt bug fix, sidebar subscribe component added,
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml11
-rw-r--r--i18n/ko.toml11
2 files changed, 20 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 43cdb43..244c703 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -32,4 +32,13 @@ other = "Jan 2, 2006"
other = "See Also"
[toc-label]
-other = "What's on this Page" \ No newline at end of file
+other = "What's on this Page"
+
+[subs-label]
+other = "Subscribe"
+
+[subs-placeholder]
+other = "Your email address"
+
+[subs-button]
+other = "Join" \ No newline at end of file
diff --git a/i18n/ko.toml b/i18n/ko.toml
index 54d26f5..a4c8ec3 100644
--- a/i18n/ko.toml
+++ b/i18n/ko.toml
@@ -32,4 +32,13 @@ other = "2006년 01월 02일"
other = "관련글"
[toc-label]
-other = "목차" \ No newline at end of file
+other = "목차"
+
+[subs-label]
+other = "구독"
+
+[subs-placeholder]
+other = "이메일 주소 입력"
+
+[subs-button]
+other = "구독하기" \ No newline at end of file