mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Add Dutch to languages
This commit is contained in:
parent
bd944ea758
commit
8be6530ee4
@ -51,9 +51,15 @@ export const LANGUAGES = {
|
||||
region: "",
|
||||
},
|
||||
"kor": {
|
||||
name: " 한국어",
|
||||
name: "한국어",
|
||||
data: require("./built-temp/base-kor.json"),
|
||||
code: "kor",
|
||||
region: "",
|
||||
},
|
||||
"nl": {
|
||||
name: "Nederlands",
|
||||
data: require("./built-temp/base-nl.json"),
|
||||
code: "nl",
|
||||
region: "",
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user