Fix invalid korean language code

This commit is contained in:
tobspr 2022-06-17 12:34:30 +02:00
parent 4ba70cf2ef
commit 37ff7a132e
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ export const LANGUAGES = {
// korean // korean
name: "한국어", name: "한국어",
data: require("./built-temp/base-kor.json"), data: require("./built-temp/base-kor.json"),
code: "kor", code: "ko",
region: "", region: "",
}, },