mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Add more languages
This commit is contained in:
@@ -26,4 +26,16 @@ export const LANGUAGES = {
|
||||
code: "pt",
|
||||
region: "BR",
|
||||
},
|
||||
"cs": {
|
||||
name: "Čeština",
|
||||
data: require("./built-temp/base-cz.json"),
|
||||
code: "cs",
|
||||
region: "",
|
||||
},
|
||||
"es-419": {
|
||||
name: "Español (Latinoamérica)",
|
||||
data: require("./built-temp/base-es.json"),
|
||||
code: "es",
|
||||
region: "419",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user