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

github.com/jesselau76/hugo-w3-simple.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorjesselau76 <jesselau76@gmail.com>2018-11-16 01:58:35 +0300
committerjesselau76 <jesselau76@gmail.com>2018-11-16 01:58:35 +0300
commit72e68f5d791b53ae3fb2b7bc0864e44fbb09a288 (patch)
tree741cc495966c71db910b706f34afa0eb1bb3091e /i18n
parent3e68d712f3418b71e96accb0a8d3123f985bf75a (diff)
multi lang
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.yaml13
-rw-r--r--i18n/zh-cn.yaml13
2 files changed, 25 insertions, 1 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml
index 0b74d06..238ef29 100644
--- a/i18n/en.yaml
+++ b/i18n/en.yaml
@@ -28,8 +28,11 @@ nextPost:
toc:
other: "Contents"
+backtotop:
+ other: "Back To Top"
+
readMore:
- other: "Read more.."
+ other: "Read More"
wordCount:
one: "{{ .Count }} word"
@@ -47,4 +50,12 @@ author:
license:
other: "License"
+# ===== all posts =====
+poststitle:
+ other: "Title"
+
+postsdate:
+ other: "Publication Date"
+postsword:
+ other: "Word Count"
diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml
index ae13bbe..a79ba9a 100644
--- a/i18n/zh-cn.yaml
+++ b/i18n/zh-cn.yaml
@@ -29,6 +29,9 @@ nextPost:
toc:
other: "文章目录"
+backtotop:
+ other: "回到顶端"
+
readMore:
other: "阅读更多"
@@ -48,3 +51,13 @@ author:
license:
other: "许可协议"
+# ===== all posts =====
+poststitle:
+ other: "标题"
+
+postsdate:
+ other: "发布日期"
+
+postsword:
+ other: "帖子字数"
+