summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunseong Park2024-12-17 17:20:35 +0900
committerGitHub2024-12-17 09:20:35 +0100
commit9bc88f4862de062a6c9174c9e04aaef9cb9daf93 (patch)
tree85c683bdcd40458c9f0be9dc05f6a74b3cb6f67f
parentf215549d4b1a4b821a5fbe9be9ffec9aacf52f8c (diff)
downloadIT.starlight-9bc88f4862de062a6c9174c9e04aaef9cb9daf93.tar.gz
IT.starlight-9bc88f4862de062a6c9174c9e04aaef9cb9daf93.tar.bz2
IT.starlight-9bc88f4862de062a6c9174c9e04aaef9cb9daf93.zip
i18n(ko-KR): update `i18n.mdx` (#2713)
Co-authored-by: HiDeoo <494699+HiDeoo@users.noreply.github.com>
-rw-r--r--docs/src/content/docs/ko/guides/i18n.mdx1
1 files changed, 1 insertions, 0 deletions
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';