diff options
author | Junseong Park | 2024-12-17 17:20:35 +0900 |
---|---|---|
committer | GitHub | 2024-12-17 09:20:35 +0100 |
commit | 9bc88f4862de062a6c9174c9e04aaef9cb9daf93 (patch) | |
tree | 85c683bdcd40458c9f0be9dc05f6a74b3cb6f67f | |
parent | f215549d4b1a4b821a5fbe9be9ffec9aacf52f8c (diff) | |
download | IT.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.mdx | 1 |
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'; |