1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-13 13:04:03 +00:00

Hungarian added to language selector

This commit is contained in:
Roland Szabó 2020-10-16 15:47:04 +02:00
parent 3e75621545
commit 0b8087a409

View File

@ -117,4 +117,11 @@ export const LANGUAGES = {
code: "da",
region: "",
},
"hu": {
name: "Magyar",
data: require("./built-temp/base-hu.json"),
code: "hu",
region: "",
},
};