chore: fix KO
This commit is contained in:
parent
bb207d7af1
commit
afee63061a
@ -77,7 +77,7 @@ const getMessages = (locale: string) => {
|
||||
return importLang(await import("@/translations/ja_JP.json"));
|
||||
case "ko":
|
||||
case "ko-KR":
|
||||
return importLang(await import("@/translations/ja_JP.json"));
|
||||
return importLang(await import("@/translations/ko_KR.json"));
|
||||
case "nl":
|
||||
case "nl-NL":
|
||||
return importLang(await import("@/translations/nl_NL.json"));
|
||||
|
Loading…
x
Reference in New Issue
Block a user