From 9bc88f4862de062a6c9174c9e04aaef9cb9daf93 Mon Sep 17 00:00:00 2001 From: Junseong Park Date: Tue, 17 Dec 2024 17:20:35 +0900 Subject: i18n(ko-KR): update `i18n.mdx` (#2713) Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>--- docs/src/content/docs/ko/guides/i18n.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/content/docs/ko/guides/i18n.mdx b/docs/src/content/docs/ko/guides/i18n.mdx index 9a23dfcb..aa90d871 100644 --- a/docs/src/content/docs/ko/guides/i18n.mdx +++ b/docs/src/content/docs/ko/guides/i18n.mdx @@ -193,6 +193,7 @@ Starlight를 사용하면 번역된 콘텐츠 파일을 호스팅하는 것 외 ```diff lang="js" ins=/, (i18nLoader|i18nSchema)/ // src/content.config.ts + import { defineCollection } from 'astro:content'; import { docsLoader, i18nLoader } from '@astrojs/starlight/loaders'; import { docsSchema, i18nSchema } from '@astrojs/starlight/schema'; -- cgit