From 772d7335d3fb01cfd95a886e6a535f7f7e7ed979 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Mon, 20 Apr 2020 16:29:46 +0800 Subject: Add webp checker for dev use --- i18n/zh-hans.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i18n/zh-hans.toml') diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 86d8a25..79bc7a1 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -36,3 +36,9 @@ [tagsCurrentTag] other = "拥有标签 {{ .Title }} 的文章:" + +[webpCheckerFront] + other = "您的浏览器暂未支持显示 " + +[webpCheckerEnd] + other = " 图片" -- cgit v1.2.3 From d7fb3a9065eab673024c1ef5d0e6fd18b8a5d933 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 21 Apr 2020 10:09:31 +0800 Subject: Add word counter --- i18n/zh-hans.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i18n/zh-hans.toml') diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 79bc7a1..b38a405 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -19,6 +19,9 @@ [postMetaNoTag] other = "无标签" +[postMetaWordCount] + other = " 字" + [postCopyrightFront] other = "除特殊注明部分,本站内容采用 " -- cgit v1.2.3 From 94193538e3f10063bb31590108ea497d1a28084b Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Tue, 21 Apr 2020 10:44:00 +0800 Subject: Add TOC in post pages --- i18n/zh-hans.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i18n/zh-hans.toml') diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index b38a405..56783e4 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "目录" + [sidebarPages] other = "页面" -- cgit v1.2.3