From 32abfcca7111f4e84d343a2c5798d350855dc72e Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Wed, 6 Dec 2023 09:17:52 +0000 Subject: [ci] format --- docs/src/content/docs/ko/guides/site-search.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/ko/guides/site-search.mdx b/docs/src/content/docs/ko/guides/site-search.mdx index d3a64f55..9bf5c11c 100644 --- a/docs/src/content/docs/ko/guides/site-search.mdx +++ b/docs/src/content/docs/ko/guides/site-search.mdx @@ -108,7 +108,7 @@ title: 부분적으로 색인이 생성된 페이지 #### DocSearch UI 번역 -DocSearch는 기본적으로 영어 UI 문자열만 제공합니다. +DocSearch는 기본적으로 영어 UI 문자열만 제공합니다. Starlight에 내장된 [국제화 시스템](/ko/guides/i18n/#starlight-ui-번역)을 사용하여 모달 UI 번역을 추가하세요. 1. `src/content/config.ts` 파일의 DocSearch 스키마를 사용하여 Starlight의 `i18n` 콘텐츠 컬렉션 정의를 확장합니다. -- cgit