diff --git a/i18n/en.toml b/i18n/en.toml index d8c852c..4535bec 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -4,6 +4,9 @@ other = "Search" [summary-dateformat] other = "Jan 2, 2006" +[reading-time] +other = "min read" + [taxo-tags] other = "Tags" diff --git a/i18n/ko.toml b/i18n/ko.toml index 520ed6e..980b660 100644 --- a/i18n/ko.toml +++ b/i18n/ko.toml @@ -4,6 +4,9 @@ other = "검색" [summary-dateformat] other = "2006년 01월 02일" +[reading-time] +other = "min read" + [taxo-tags] other = "태그" diff --git a/i18n/zh.toml b/i18n/zh.toml index 2ef4ee2..72e0af5 100644 --- a/i18n/zh.toml +++ b/i18n/zh.toml @@ -4,6 +4,9 @@ other = "搜索" [summary-dateformat] other = "2006年 01月 02日" +[reading-time] +other = "分钟" + [taxo-tags] other = "标签" diff --git a/layouts/partials/body/infos.html b/layouts/partials/body/infos.html index cab0591..60ecfd0 100644 --- a/layouts/partials/body/infos.html +++ b/layouts/partials/body/infos.html @@ -1,5 +1,5 @@