From 7993dc3230b412ff10edb691d5c1c2caec7e8365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BA=B3=E5=85=B0=E9=9F=B3=E9=9F=B5?= <91950505+naranyinyun@users.noreply.github.com> Date: Wed, 30 Aug 2023 03:57:44 +0800 Subject: [PATCH] i18n: Add translation of zh-cn and zh-hk (#8) * Add translation of zh-cn * Add translation of zh-hk --------- Co-authored-by: Xin --- i18n/zh-cn.yaml | 15 +++++++++++++++ i18n/zh-hk.yaml | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 i18n/zh-cn.yaml create mode 100644 i18n/zh-hk.yaml diff --git a/i18n/zh-cn.yaml b/i18n/zh-cn.yaml new file mode 100644 index 0000000..964bfa5 --- /dev/null +++ b/i18n/zh-cn.yaml @@ -0,0 +1,15 @@ +documentation: "文档" +blog: "博客" +about: "关于" + +more: "更多" +hugoDocs: "Hugo 文档 ↗" + +searchPlaceholder: "搜索文档..." +noResultsFound: "无结果" + +onThisPage: "此页上" +editThisPage: "在 GitHub 上编辑此页 →" +lastUpdated: "最后更新于" + +copyright: "© 2023 Hextra Project." diff --git a/i18n/zh-hk.yaml b/i18n/zh-hk.yaml new file mode 100644 index 0000000..91c0a82 --- /dev/null +++ b/i18n/zh-hk.yaml @@ -0,0 +1,15 @@ +documentation: "文檔" +blog: "博客" +about: "關於" + +more: "更多" +hugoDocs: "Hugo 文檔 ↗" + +searchPlaceholder: "搜索文檔..." +noResultsFound: "無結果" + +onThisPage: "此頁上" +editThisPage: "在 GitHub 上編輯此頁 →" +lastUpdated: "最後更新於" + +copyright: "© 2023 Hextra Project."