From 19de9dae5a1131d16f9fdad2bb8e55161e10265c Mon Sep 17 00:00:00 2001 From: liruifengv Date: Mon, 4 Mar 2024 09:18:11 +0800 Subject: [PATCH 1/2] i18n(zh-cn): Update i18n.mdx --- docs/src/content/docs/zh-cn/guides/i18n.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/src/content/docs/zh-cn/guides/i18n.mdx b/docs/src/content/docs/zh-cn/guides/i18n.mdx index 9a7b79f1523..cfa95a9ed7f 100644 --- a/docs/src/content/docs/zh-cn/guides/i18n.mdx +++ b/docs/src/content/docs/zh-cn/guides/i18n.mdx @@ -205,7 +205,8 @@ import LanguagesList from '~/components/languages-list.astro'; "aside.note": "Note", "aside.tip": "Tip", "aside.caution": "Caution", - "aside.danger": "Danger" + "aside.danger": "Danger", + "fileTree.directory": "Directory" } ``` From 736242cbe85a54c6fed001812d8e6f3d57566b0b Mon Sep 17 00:00:00 2001 From: liruifengv Date: Mon, 4 Mar 2024 09:20:35 +0800 Subject: [PATCH 2/2] format --- docs/src/content/docs/zh-cn/guides/i18n.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/zh-cn/guides/i18n.mdx b/docs/src/content/docs/zh-cn/guides/i18n.mdx index cfa95a9ed7f..33ab5f096a3 100644 --- a/docs/src/content/docs/zh-cn/guides/i18n.mdx +++ b/docs/src/content/docs/zh-cn/guides/i18n.mdx @@ -206,7 +206,7 @@ import LanguagesList from '~/components/languages-list.astro'; "aside.tip": "Tip", "aside.caution": "Caution", "aside.danger": "Danger", - "fileTree.directory": "Directory" + "fileTree.directory": "Directory" } ```