File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ import sponsors from './sponsors.json'
23
23
const translations = {
24
24
' en-US' : ' Become a Sponsor!' ,
25
25
' zh-CN' : ' 成为赞助者!' ,
26
+ ' ko-KR' : ' 스폰서가 되어 주세요!' ,
26
27
}
27
28
</script >
28
29
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ if (process.env.NODE_ENV === 'production') {
15
15
16
16
/** @type {UserConfig } */
17
17
const config = {
18
- lang : 'en-US ' ,
18
+ lang : 'en' ,
19
19
title : 'Vue Router' ,
20
20
description : 'The official router for Vue.js.' ,
21
21
head,
@@ -310,7 +310,7 @@ const config = {
310
310
] ,
311
311
} ,
312
312
'/ko/' : {
313
- lang : 'ko-KRN ' ,
313
+ lang : 'ko-KR ' ,
314
314
label : '한국어' ,
315
315
selectText : '언어' ,
316
316
title : 'Vue Router' ,
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ features:
22
22
footer : MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote
23
23
---
24
24
25
-
25
+ < HomeSponsors />
26
26
27
27
<script setup >
28
- // import HomeSponsors from '.vitepress/components/HomeSponsors.vue'
28
+ import HomeSponsors from ' .vitepress/components/HomeSponsors.vue'
29
29
</script >
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ home: true
3
3
4
4
heroImage : /logo.png
5
5
actionText : 시작하기 →
6
- actionLink : /installation.html
6
+ actionLink : /ko/ installation.html
7
7
8
8
features :
9
9
- title : 🛣 강력한 경로 표현 문법
@@ -22,3 +22,8 @@ features:
22
22
footer : MIT Licensed | Copyright © 2014-present Evan You, Eduardo San Martin Morote
23
23
---
24
24
25
+ <HomeSponsors />
26
+
27
+ <script setup >
28
+ import HomeSponsors from ' ../.vitepress/components/HomeSponsors.vue'
29
+ </script >
You can’t perform that action at this time.
0 commit comments