mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-23 04:51:22 -08:00
Add Dutch to languages
This commit is contained in:
parent
bd944ea758
commit
8be6530ee4
1 changed files with 7 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue