feat(i18n): add ko.json (#43)

This commit is contained in:
ChangJoo Park(박창주) 2021-01-28 01:19:40 +09:00 committed by GitHub
parent 906677a3ee
commit 1b72a16a90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
locales/ko.json Normal file
View 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": "찾을 수 없습니다"
}