1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2024-10-27 20:34:29 +00:00

Fix invalid korean language code

This commit is contained in:
tobspr 2022-06-17 12:34:30 +02:00
parent 4ba70cf2ef
commit 37ff7a132e

View File

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