feat(i18n): add ko.json (#43)
This commit is contained in:
parent
906677a3ee
commit
1b72a16a90
17
locales/ko.json
Normal file
17
locales/ko.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"button": {
|
||||
"about": "소개",
|
||||
"back": "뒤로가기",
|
||||
"go": "이동",
|
||||
"home": "홈",
|
||||
"toggle_dark": "다크모드 토글",
|
||||
"toggle_langs": "언어 변경"
|
||||
},
|
||||
"intro": {
|
||||
"desc": "Vite 애플리케이션 템플릿",
|
||||
"dynamic-route": "다이나믹 라우트 데모",
|
||||
"hi": "안녕, {name}!",
|
||||
"whats-your-name": "이름이 뭐예요?"
|
||||
},
|
||||
"not-found": "찾을 수 없습니다"
|
||||
}
|
Loading…
Reference in New Issue
Block a user