From eaa3a325e566cc084d30ba56f53ecb3f8e80d9ab Mon Sep 17 00:00:00 2001 From: amzrk2 Date: Thu, 16 Apr 2020 15:34:39 +0800 Subject: i18n support --- layouts/_default/single.html | 2 +- layouts/partials/comment-utterances.html | 2 +- layouts/partials/footer.html | 4 ++-- layouts/partials/post-meta.html | 2 +- layouts/partials/scripts.html | 2 +- layouts/partials/sidebar.html | 8 ++++---- 6 files changed, 10 insertions(+), 10 deletions(-) (limited to 'layouts') diff --git a/layouts/_default/single.html b/layouts/_default/single.html index edd7c70..e7b9278 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -17,7 +17,7 @@ {{ if ne .Params.noLicense true }}
-除特殊注明部分,本站内容采用 {{ .Site.Params.license }} 进行许可。
+{{ i18n "postCopyrightFront" }}{{ .Site.Params.license }}{{ i18n "postCopyrightEnd" }}
正在加载评论区
+{{ i18n "postCommentLoading" }}