Add i18n chinese translation

This commit is contained in:
canstand
2021-09-20 11:24:28 +08:00
parent 4eb4ae4493
commit 962a4875ee
4 changed files with 43 additions and 18 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
{{ end }}
{{ if and .Draft .Site.Params.article.showDraftLabel }}
<div class="ml-2">
{{ partial "badge.html" "Draft" }}
{{ partial "badge.html" (i18n "article.draft" | emojify) }}
</div>
{{ end }}
{{ if templates.Exists "partials/extend-article-link.html" }}