From 37da07a2e01c5c2668bbbd4980c31b4c0c56fb0c Mon Sep 17 00:00:00 2001 From: wwhio Date: Tue, 18 Jun 2019 16:57:55 +0800 Subject: [PATCH 1/2] Create zh.yaml add Chinese support --- i18n/zh.yaml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 i18n/zh.yaml diff --git a/i18n/zh.yaml b/i18n/zh.yaml new file mode 100644 index 0000000..4034451 --- /dev/null +++ b/i18n/zh.yaml @@ -0,0 +1,29 @@ +- id: by + translation: "由" + +- id: tags + translation: "标签" + +- id: categories + translation: "分类" + +- id: readMore + translation: "更多内容 →" + +- id: translations + translation: "其他语言" + +- id: related + translation: "相关文章" + +- id: recentPosts + translation: "近期文章" + +- id: backToTop + translation: "回到顶部" + +- id: language + translation: "其他语言" + +- id: thanks + translation: "本 Hugo 模板受 {{.HugoThemeBootstrap4Blog}} 启发,由 {{.Xzya}} 制作 ❤" From e31fad32a7f33c111c28ce8febfd7fe818f8fa35 Mon Sep 17 00:00:00 2001 From: wwhio Date: Tue, 18 Jun 2019 21:01:42 +0800 Subject: [PATCH 2/2] Rename zh.yaml to zhs.yaml --- i18n/{zh.yaml => zhs.yaml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename i18n/{zh.yaml => zhs.yaml} (100%) diff --git a/i18n/zh.yaml b/i18n/zhs.yaml similarity index 100% rename from i18n/zh.yaml rename to i18n/zhs.yaml