From 043a1c1972d02b239921b3f60e32d6591cf8a7ac Mon Sep 17 00:00:00 2001 From: Ress <48500247+ress997@users.noreply.github.com> Date: Fri, 9 Oct 2020 13:34:41 +0900 Subject: [PATCH] Be able to display last update time --- i18n/en.toml | 2 +- i18n/zh-CN.toml | 2 +- 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 = "归档"