Add Korean language support (#3457)

thx
This commit is contained in:
derozan
2025-05-04 23:51:23 +09:00
committed by GitHub
parent 8296675574
commit eda8fc125f
3 changed files with 405 additions and 1 deletions

View File

@@ -7,8 +7,9 @@ import fa from "@/locales/fa.json";
import tt from "@/locales/tt.json";
import id from "@/locales/id.json";
import ar from "@/locales/ar.json";
import ko from "@/locales/ko.json";
export const languages = { en, ru, zh, fa, tt, id, ar };
export const languages = { en, ru, zh, fa, tt, id, ar, ko };
const resources = Object.fromEntries(
Object.entries(languages).map(([key, value]) => [