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-hant.toml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'i18n/zh-hant.toml') diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index 9186968..f92c898 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.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-hant.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i18n/zh-hant.toml') diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index f92c898..a1a9681 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.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-hant.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i18n/zh-hant.toml') diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index a1a9681..1f2ba0a 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "目錄" + [sidebarPages] other = "頁面" -- cgit v1.2.3