feat(i18n): add Korean

This commit is contained in:
ahpo
2020-02-25 12:21:33 +09:00
parent 82180a54f1
commit 3b1f232bc0
2 changed files with 270 additions and 0 deletions

View File

@@ -358,6 +358,12 @@ export default {
name: "日本語",
iso: "ja-JP",
file: "ja-JP.js"
},
{
code: "ko",
name: "한국어",
iso: "ko-KR",
file: "ko-KR.js"
}
],
defaultLocale: "en",