add Korean translation (#2003)

Added translation using Weblate (Korean)




Translate-URL: https://mini-i18n.daeho.ro/projects/wg-easy/main/ko/
Translation: wg-easy/main

Co-authored-by: OpenAI <noreply-mt-openai@weblate.org>
This commit is contained in:
Daeho Ro
2025-07-07 17:59:54 +09:00
committed by GitHub
parent 4bb880c4b7
commit b185d7a63d
3 changed files with 244 additions and 0 deletions
+5
View File
@@ -59,6 +59,11 @@ export default defineNuxtConfig({
language: 'zh-CN',
name: '简体中文',
},
{
code: 'ko',
language: 'ko-KR',
name: '한국어',
},
],
defaultLocale: 'en',
vueI18n: './i18n.config.ts',