1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Enable polish translation

This commit is contained in:
tobspr
2020-06-11 15:29:41 +02:00
parent d8098df005
commit 61a0435438
7 changed files with 25 additions and 15 deletions

View File

@@ -82,7 +82,7 @@ export const globalConfig = {
debug: {
/* dev:start */
fastGameEnter: true,
// fastGameEnter: true,
// noArtificialDelays: true,
// disableSavegameWrite: true,
// showEntityBounds: true,

View File

@@ -38,4 +38,10 @@ export const LANGUAGES = {
code: "es",
region: "419",
},
"pl": {
name: "Polski",
data: require("./built-temp/base-pl.json"),
code: "pl",
region: "",
},
};