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

github.com/CaiJimmy/hugo-theme-stack.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/i18n
diff options
context:
space:
mode:
authorJimmy Cai <jimmehcai@gmail.com>2020-09-13 12:22:47 +0300
committerJimmy Cai <jimmehcai@gmail.com>2020-09-13 12:22:47 +0300
commit7379bbe412fcc0d61a6980e787da66526d8ee17d (patch)
treeeb148b7480c424ede8270d1b39e85bdf95326614 /i18n
parentc600f872133f655a27244dadc056c2feb57de86d (diff)
refactor: rename archive -> archives
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml6
-rw-r--r--i18n/zh-CN.toml4
2 files changed, 5 insertions, 5 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 61c5e4a..7f2036e 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -7,10 +7,10 @@
[lastUpdatedOn]
other ="Last updated on {{ .Count }}"
-[widgetArchiveTitle]
- other = "Archive"
+[widgetArchivesTitle]
+ other = "Archives"
-[widgetArchiveMore]
+[widgetArchivesMore]
other = "More"
[widgetTagCloudTitle]
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index 44a76c5..d8852e4 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -7,10 +7,10 @@
[lastUpdatedOn]
other ="最后更新于 {{ .Count }}"
-[widgetArchiveTitle]
+[widgetArchivesTitle]
other = "归档"
-[widgetArchiveMore]
+[widgetArchivesMore]
other = "更多"
[widgetTagCloudTitle]