From 5f44f7a50db09547da7d06c3a8da464153d9cf20 Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 7 May 2020 11:48:10 +0800 Subject: Word count and read time in post metadata --- i18n/en.toml | 9 +++------ i18n/ja.toml | 11 ++++------- i18n/nl.toml | 9 +++------ i18n/zh-hans.toml | 9 +++------ i18n/zh-hant.toml | 9 +++------ 5 files changed, 16 insertions(+), 31 deletions(-) (limited to 'i18n') diff --git a/i18n/en.toml b/i18n/en.toml index 02853ac..ef33505 100644 --- a/i18n/en.toml +++ b/i18n/en.toml @@ -25,6 +25,9 @@ [postMetaWordCount] other = " words" +[postMetaReadingTime] + other = " minutes" + [postCopyrightFront] other = "Unless otherwise noted, the content of this site is licensed under " @@ -42,9 +45,3 @@ [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 eb283e6..e5ff191 100644 --- a/i18n/ja.toml +++ b/i18n/ja.toml @@ -23,7 +23,10 @@ other = "タグはありません" [postMetaWordCount] - other = " 文字" + other = " 字" + +[postMetaReadingTime] + other = " 分" [postCopyrightFront] other = "特定のセクションを除いて、このサイトは " @@ -42,9 +45,3 @@ [tagsCurrentTag] other = "タグ {{ .Title }} を持つ記事:" - -[webpCheckerFront] - other = "お使いのブラウザは現在 " - -[webpCheckerEnd] - other = " 画像の表示に対応していません" diff --git a/i18n/nl.toml b/i18n/nl.toml index 7366e87..1d0b74a 100644 --- a/i18n/nl.toml +++ b/i18n/nl.toml @@ -25,6 +25,9 @@ [postMetaWordCount] other = " woorden" +[postMetaReadingTime] + other = " minuten" + [postCopyrightFront] other = "Tenzij anders vermeld is de inhoud van deze site eigendom van " @@ -42,9 +45,3 @@ [tagsCurrentTag] other = "Alle posts met de tag {{ .Title }}: " - -[webpCheckerFront] - other = "Uw huidige browser ondersteund deze pagina niet " - -[webpCheckerEnd] - other = " afbeeldingen" \ No newline at end of file diff --git a/i18n/zh-hans.toml b/i18n/zh-hans.toml index 56783e4..3be1131 100644 --- a/i18n/zh-hans.toml +++ b/i18n/zh-hans.toml @@ -25,6 +25,9 @@ [postMetaWordCount] other = " 字" +[postMetaReadingTime] + other = " 分钟" + [postCopyrightFront] other = "除特殊注明部分,本站内容采用 " @@ -42,9 +45,3 @@ [tagsCurrentTag] other = "拥有标签 {{ .Title }} 的文章:" - -[webpCheckerFront] - other = "您的浏览器暂未支持显示 " - -[webpCheckerEnd] - other = " 图片" diff --git a/i18n/zh-hant.toml b/i18n/zh-hant.toml index 1f2ba0a..a482017 100644 --- a/i18n/zh-hant.toml +++ b/i18n/zh-hant.toml @@ -25,6 +25,9 @@ [postMetaWordCount] other = " 字" +[postMetaReadingTime] + other = " 分鐘" + [postCopyrightFront] other = "除特殊註明部分,本站內容採用 " @@ -42,9 +45,3 @@ [tagsCurrentTag] other = "擁有標籤 {{ .Title }} 的文章:" - -[webpCheckerFront] - other = "您的瀏覽器暫未支持顯示 " - -[webpCheckerEnd] - other = " 圖片" -- cgit v1.2.3