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-04 16:09:44 +0300
committerzzossig <zzossig@gmail.com>2019-11-04 16:09:44 +0300
commitcc3078ede0a310aeca92f2ad98cb0f74cb39c8fb (patch)
treebdb180aeb9d1ad5ce50006d4438d41a1daacd359 /i18n
first commit
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml35
-rw-r--r--i18n/ko.toml35
2 files changed, 70 insertions, 0 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
new file mode 100644
index 0000000..43cdb43
--- /dev/null
+++ b/i18n/en.toml
@@ -0,0 +1,35 @@
+[search-placeholder]
+other = "Search..."
+
+[summary-dateformat]
+other = "Jan 2, 2006"
+
+[taxo-tags]
+other = "Tags"
+
+[taxo-categories]
+other = "Categories"
+
+[taxo-series]
+other = "Series"
+
+[footer-theme]
+other = "Theme"
+
+[footer-language]
+other = "Language"
+
+[footer-subscribe]
+other = "Subscribe"
+
+[footer-social]
+other = "Social"
+
+[single-dateformat]
+other = "Jan 2, 2006"
+
+[single-related]
+other = "See Also"
+
+[toc-label]
+other = "What's on this Page" \ No newline at end of file
diff --git a/i18n/ko.toml b/i18n/ko.toml
new file mode 100644
index 0000000..54d26f5
--- /dev/null
+++ b/i18n/ko.toml
@@ -0,0 +1,35 @@
+[search-placeholder]
+other = "검색..."
+
+[summary-dateformat]
+other = "2006년 01월 02일"
+
+[taxo-tags]
+other = "태그"
+
+[taxo-categories]
+other = "카테고리"
+
+[taxo-series]
+other = "시리즈"
+
+[footer-theme]
+other = "테마"
+
+[footer-language]
+other = "언어"
+
+[footer-subscribe]
+other = "구독"
+
+[footer-social]
+other = "소셜"
+
+[single-dateformat]
+other = "2006년 01월 02일"
+
+[single-related]
+other = "관련글"
+
+[toc-label]
+other = "목차" \ No newline at end of file