diff --git a/src/content/docs/ko/recipes/i18n.mdx b/src/content/docs/ko/recipes/i18n.mdx index 3c2fd553c5aaf..fb33dc8412a4b 100644 --- a/src/content/docs/ko/recipes/i18n.mdx +++ b/src/content/docs/ko/recipes/i18n.mdx @@ -19,6 +19,8 @@ v4.0에서 Astro는 기본 및 지원되는 언어를 구성할 수 있게 해 다른 언어와 달리 기본 언어가 URL에 표시되지 않도록 하려면 아래의 [기본 언어를 숨기는 방법](/ko/recipes/i18n/#url에서-기본-언어-숨기기)을 참조하세요. +오른쪽에서 왼쪽 (RTL) 스타일 지정 및 언어 태그 선택과 같은 관련 주제에 대한 외부 링크는 [리소스 섹션](#리소스)을 참조하세요. + ## 레시피 ### 언어별 페이지 설정 @@ -511,13 +513,11 @@ v4.0에서 Astro는 기본 및 지원되는 언어를 구성할 수 있게 해 ``` -## 자료 - +## 리소스 - [언어 태그 선택](https://www.w3.org/International/questions/qa-choosing-language-tags) -- [Right-to-left Styling 101](https://rtlstyling.com/) +- [Right-to-left (RTL) Styling 101](https://rtlstyling.com/) ## 커뮤니티 라이브러리 - - [astro-i18next](https://github.com/yassinedoghri/astro-i18next) — 일부 유틸리티 컴포넌트를 포함하는 i18next용 Astro 통합입니다. - [astro-i18n](https://github.com/alexandre-fernandez/astro-i18n) — Astro용 TypeScript 우선 국제화 라이브러리입니다. - [astro-i18n-aut](https://github.com/jlarmstrongiv/astro-i18n-aut) — 페이지 생성 없이 `defaultLocale`을 지원하는 i18n용 Astro 통합입니다. 통합은 어댑터와 UI 프레임워크에 구애받지 않습니다.