From 856ecdec4f45dfacd7fd92ddc9f17bb767893e22 Mon Sep 17 00:00:00 2001 From: Jabriel <15688641+jukrb0x@users.noreply.github.com> Date: Thu, 9 Jan 2025 19:31:12 +0530 Subject: [PATCH] docs: fix mislocated script tag (#4478) [lunaria-ignore] Co-authored-by: Divyansh Singh <40380293+brc-dd@users.noreply.github.com> --- docs/en/guide/i18n.md | 3 ++- docs/es/guide/i18n.md | 3 ++- docs/fa/guide/i18n.md | 3 ++- docs/ko/guide/i18n.md | 3 ++- docs/pt/guide/i18n.md | 3 ++- docs/ru/guide/i18n.md | 3 ++- docs/zh/guide/i18n.md | 3 ++- 7 files changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/en/guide/i18n.md b/docs/en/guide/i18n.md index fc3019ea..f53acef6 100644 --- a/docs/en/guide/i18n.md +++ b/docs/en/guide/i18n.md @@ -87,7 +87,8 @@ export default { } ``` -```vue [docs/.vitepress/theme/Layout.vue]