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

github.com/wlh320/hugo-theme-hulga.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorzilch40 <wlh233@live.com>2020-11-16 15:31:39 +0300
committerzilch40 <wlh233@live.com>2020-11-16 15:31:39 +0300
commit871470c4cd13a02e947680864574a84eae246cf0 (patch)
tree8414d26b020681fa0b05384c28bccc08d69e4e4b /i18n
parent88fb497815279a64bbfe38e7cdd1676a2b683b77 (diff)
add PWA support && tweak some pages
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml5
-rw-r--r--i18n/zh-cn.toml5
2 files changed, 8 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index c6d1075..788bc1b 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -10,5 +10,8 @@ other = "Previous"
[next_page]
other = "Next"
+[archives_count]
+other = "There are {{ .Count }} articles in this blog"
+
[archives]
-other = "There are {{ .Count }} articles in this blog" \ No newline at end of file
+other = "Archives"
diff --git a/i18n/zh-cn.toml b/i18n/zh-cn.toml
index 551b33b..9afedbe 100644
--- a/i18n/zh-cn.toml
+++ b/i18n/zh-cn.toml
@@ -10,5 +10,8 @@ other = "上一页"
[next_page]
other = "下一页"
+[archives_count]
+other = "本博客共 {{ .Count }} 篇博文"
+
[archives]
-other = "本博客共 {{ .Count }} 篇博文" \ No newline at end of file
+other = "归档" \ No newline at end of file