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/en.toml | 6 ++++++ i18n/ja.toml | 6 ++++++ i18n/zh-hans.toml | 6 ++++++ i18n/zh-hant.toml | 6 ++++++ 4 files changed, 24 insertions(+) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index bd4937c..1b9ca5e 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -36,3 +36,9 @@ [tagsCurrentTag] other = "Posts with the tag {{ .Title }}: " + +[webpCheckerFront] + other = "Your browser does not currently support " + +[webpCheckerEnd] + other = " images" diff --git a/i18n/ja.toml b/i18n/ja.toml index f70f3fc..5d6cac8 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -36,3 +36,9 @@ [tagsCurrentTag] other = "タグ {{ .Title }} を持つ記事:" + +[webpCheckerFront] + other = "お使いのブラウザは現在 " + +[webpCheckerEnd] + other = " 画像の表示に対応していません" 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 = " 图片" 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/en.toml | 3 +++ i18n/ja.toml | 3 +++ i18n/zh-hans.toml | 3 +++ i18n/zh-hant.toml | 3 +++ 4 files changed, 12 insertions(+) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index 1b9ca5e..bf453c8 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -19,6 +19,9 @@ [postMetaNoTag] other = "No tag" +[postMetaWordCount] + other = " words" + [postCopyrightFront] other = "Unless otherwise noted, the content of this site is licensed under " diff --git a/i18n/ja.toml b/i18n/ja.toml index 5d6cac8..bb56474 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -19,6 +19,9 @@ [postMetaNoTag] other = "タグはありません" +[postMetaWordCount] + other = " 文字" + [postCopyrightFront] other = "特定のセクションを除いて、このサイトは " 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 = "除特殊注明部分,本站内容采用 " 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/en.toml | 3 +++ i18n/ja.toml | 3 +++ i18n/zh-hans.toml | 3 +++ i18n/zh-hant.toml | 3 +++ 4 files changed, 12 insertions(+) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index bf453c8..02853ac 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "TOC" + [sidebarPages] other = "Pages" diff --git a/i18n/ja.toml b/i18n/ja.toml index bb56474..eb283e6 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -1,3 +1,6 @@ +[sidebarToc] + other = "目次" + [sidebarPages] other = "ページ" 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 = "页面" 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