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

@@ -37,6 +37,7 @@ const languageOptions = Object.entries(languages).map(([code, _]) => {
tt: "Татар",
id: "Bahasa Indonesia",
ar: "العربية",
ko: "한국어",
};
return { code, label: labels[code] };
});