aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/even/default.toml4
-rw-r--r--data/even/en.toml4
-rw-r--r--data/even/zh-CN.toml4
3 files changed, 12 insertions, 0 deletions
diff --git a/data/even/default.toml b/data/even/default.toml
index ecd015e..6b6a197 100644
--- a/data/even/default.toml
+++ b/data/even/default.toml
@@ -16,6 +16,10 @@ categories = "分类"
reward = "赞赏支持"
seeMarkDown = "查看本文 Markdown 版本 »"
+ [posts.header]
+ wordCount = "约 %d 字"
+ readingTime = "预计阅读 %d 分钟"
+
[copyright]
author = "文章作者"
lastMod = "上次更新"
diff --git a/data/even/en.toml b/data/even/en.toml
index 73619f4..f84f92f 100644
--- a/data/even/en.toml
+++ b/data/even/en.toml
@@ -16,6 +16,10 @@ categories = "Categories"
reward = "Reward"
seeMarkDown = "The Markdown version »"
+ [posts.header]
+ wordCount = "%d word"
+ readingTime = "%d min read"
+
[copyright]
author = "Author"
lastMod = "LastMod"
diff --git a/data/even/zh-CN.toml b/data/even/zh-CN.toml
index ecd015e..6b6a197 100644
--- a/data/even/zh-CN.toml
+++ b/data/even/zh-CN.toml
@@ -16,6 +16,10 @@ categories = "分类"
reward = "赞赏支持"
seeMarkDown = "查看本文 Markdown 版本 »"
+ [posts.header]
+ wordCount = "约 %d 字"
+ readingTime = "预计阅读 %d 分钟"
+
[copyright]
author = "文章作者"
lastMod = "上次更新"