Skip to content

Commit d666b2a

Browse files
authored
fix: 사이드바 번역 파일에서 trailing comma 제거 (#346)
1 parent f6638f7 commit d666b2a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/src/pages/docs/_meta.en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"introduction": "Introduction",
33
"installation": "Installation",
4+
"advantages": "Advantages",
45
"api": {
56
"title": "Usage",
67
"theme": {
78
"collapsed": false
89
}
910
},
10-
"advantages": "Advantages",
11-
"migration": "Migration",
11+
"migration": "Migration"
1212
}

docs/src/pages/docs/_meta.ko.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"introduction": "소개",
33
"installation": "설치하기",
4+
"advantages": "이점",
45
"api": {
56
"title": "API",
67
"theme": {
78
"collapsed": false
89
}
910
},
10-
"advantages": "이점",
11-
"migration": "마이그레이션",
11+
"migration": "마이그레이션"
1212
}

0 commit comments

Comments
 (0)