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