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:
authorzhixuan <59254886+zhixuan666@users.noreply.github.com>2021-08-04 21:39:01 +0300
committerGitHub <noreply@github.com>2021-08-04 21:39:01 +0300
commit5f1a5ab83f5f706f2472701a7f32fbc1dda42eeb (patch)
treed3dee60de51b06d2e76ef27154558af9b576ee8c /i18n
parent910d93b4ceb8a74e223fb4f34ab2021f67246eaf (diff)
feat(i18n): add translation for `.readingTime` in Chinese & Japanese (#285)
Diffstat (limited to 'i18n')
-rw-r--r--i18n/ja.yaml3
-rw-r--r--i18n/zh-CN.yaml3
2 files changed, 6 insertions, 0 deletions
diff --git a/i18n/ja.yaml b/i18n/ja.yaml
index 1331fb1..3f9978d 100644
--- a/i18n/ja.yaml
+++ b/i18n/ja.yaml
@@ -17,6 +17,9 @@ article:
lastUpdatedOn:
other: 最終更新
+ readingTime:
+ other: "読了時間: {{ .Count }}分"
+
notFound:
title:
other: 404 Not Found
diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml
index 551e0a3..0f08310 100644
--- a/i18n/zh-CN.yaml
+++ b/i18n/zh-CN.yaml
@@ -17,6 +17,9 @@ article:
lastUpdatedOn:
other: 最后更新于
+ readingTime:
+ other: "阅读时长: {{ .Count }} 分钟"
+
notFound:
title:
other: 404 错误