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:
authorRess <48500247+ress997@users.noreply.github.com>2020-10-09 07:34:41 +0300
committerRess <48500247+ress997@users.noreply.github.com>2020-10-09 07:34:41 +0300
commit043a1c1972d02b239921b3f60e32d6591cf8a7ac (patch)
tree0be2f12f97a4871cac78da827b7a2f3ea4a43a11 /i18n
parent809fa7860d678040dc8b3645bdd8ee1beef64b51 (diff)
Be able to display last update time
Diffstat (limited to 'i18n')
-rw-r--r--i18n/en.toml2
-rw-r--r--i18n/zh-CN.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/i18n/en.toml b/i18n/en.toml
index 7f2036e..9bd57b6 100644
--- a/i18n/en.toml
+++ b/i18n/en.toml
@@ -5,7 +5,7 @@
other = "Related contents"
[lastUpdatedOn]
- other ="Last updated on {{ .Count }}"
+ other ="Last updated on {{ . }}"
[widgetArchivesTitle]
other = "Archives"
diff --git a/i18n/zh-CN.toml b/i18n/zh-CN.toml
index d8852e4..b0f56d6 100644
--- a/i18n/zh-CN.toml
+++ b/i18n/zh-CN.toml
@@ -5,7 +5,7 @@
other = "相关文章"
[lastUpdatedOn]
- other ="最后更新于 {{ .Count }}"
+ other ="最后更新于 {{ . }}"
[widgetArchivesTitle]
other = "归档"