:wrench:💄 Update the i18n config files.

This commit is contained in:
凡梦星尘
2023-01-02 20:08:48 +08:00
parent 835e98d85d
commit 6b589a8206
16 changed files with 60 additions and 102 deletions

View File

@@ -36,7 +36,7 @@
{{ $tags := .Site.Taxonomies.tags }}
<div class="tag-cloud">
<div class="tag-cloud-title">
{{ T "TagsCounterTitle" (.Scratch.Get "tagsCount") | safeHTML }}
{{ T "Terms.tags" (.Scratch.Get "tagsCount") | safeHTML }}
</div>
<div class="tag-cloud-tags">
{{ $randNums := (seq 10) }}