diff options
author | Keith Mo <keith.mork@gmail.com> | 2018-06-01 00:06:14 +0800 |
---|---|---|
committer | olOwOlo <26087907+olOwOlo@users.noreply.github.com> | 2018-06-01 00:06:14 +0800 |
commit | 9033266c2f02e570658a9505c26b7a438030f664 (patch) | |
tree | 3b5dabd3e1d911e2b1541294ab67b89a09166f7b /i18n | |
parent | e1781a29e6ab9e484899b3dad07db2ace261ff93 (diff) |
feat(post): add out-of-date content warning (#68)
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/en.yaml | 10 | ||||
-rw-r--r-- | i18n/es.yaml | 6 | ||||
-rw-r--r-- | i18n/fr.yaml | 6 | ||||
-rw-r--r-- | i18n/zh-CN.yaml | 10 |
4 files changed, 28 insertions, 4 deletions
diff --git a/i18n/en.yaml b/i18n/en.yaml index 7420827..48870d6 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -33,10 +33,10 @@ nextPage: prevPost: other: "Prev" - + nextPost: other: "Next" - + toc: other: "Contents" @@ -60,6 +60,12 @@ readingTime: one: "{{ .Count }} min read" other: "{{ .Count }} mins read" +outdatedInfoWarningBefore: + other: "[NOTE] Updated " + +outdatedInfoWarningAfter: + other: ". This article may have outdated content or subject matter." + # ===== content license ===== author: other: "Author" diff --git a/i18n/es.yaml b/i18n/es.yaml index d1d826f..ea6e079 100644 --- a/i18n/es.yaml +++ b/i18n/es.yaml @@ -60,6 +60,12 @@ readingTime: one: "{{ .Count }} min lectura" other: "{{ .Count }} mins lectura" +outdatedInfoWarningBefore: + other: "[NOTE] Updated " + +outdatedInfoWarningAfter: + other: ". This article may have outdated content or subject matter." + # ===== content license ===== author: other: "Autor" diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 061c149..9262efe 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -60,6 +60,12 @@ readingTime: one: "{{ .Count }} min de lecture" other: "{{ .Count }} mins de lecture" +outdatedInfoWarningBefore: + other: "[NOTE] Updated " + +outdatedInfoWarningAfter: + other: ". This article may have outdated content or subject matter." + # ===== content license ===== author: other: "Auteur" diff --git a/i18n/zh-CN.yaml b/i18n/zh-CN.yaml index 2d064f0..b6ecf5c 100644 --- a/i18n/zh-CN.yaml +++ b/i18n/zh-CN.yaml @@ -33,10 +33,10 @@ nextPage: prevPost: other: "上一篇" - + nextPost: other: "下一篇" - + toc: other: "文章目录" @@ -60,6 +60,12 @@ readingTime: one: "预计阅读 {{ .Count }} 分钟" other: "预计阅读 {{ .Count }} 分钟" +outdatedInfoWarningBefore: + other: "【注意】最后更新于 " + +outdatedInfoWarningAfter: + other: ",文中内容可能已过时,请谨慎使用。" + # ===== content license ===== author: other: "文章作者" |