Skip to content

Commit

Permalink
docs(ko): fix typo (#4186) [lunaria-ignore]
Browse files Browse the repository at this point in the history
  • Loading branch information
XIYO authored Sep 8, 2024
1 parent 9c5d348 commit 32c51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ko/guide/i18n.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default defineConfig({
fr: {
label: '프랑스어',
lang: 'fr', // 선택 사항, `html` 태그에 `lang` 어트리뷰트로 추가됩니다
link: '/fr/guide' // 기본적으로 /fr/ -- navbar 변역 메뉴에 표시됩니다 (외부 링크 가능)
link: '/fr/guide' // 기본적으로 /fr/ -- navbar 번역 메뉴에 표시됩니다 (외부 링크 가능)

// 다른 로케일 특유의 프로퍼티...
}
Expand Down

0 comments on commit 32c51e3

Please sign in to comment.