1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-06-06 09:34:05 +00:00

Fix translation script

This commit is contained in:
tobspr 2020-09-28 13:07:30 +02:00
parent 1a91963732
commit b238b32fb9

View File

@ -77,5 +77,4 @@ for (let i = 0; i < files.length; ++i) {
simpleKeys: true, simpleKeys: true,
}); });
fs.writeFileSync(filePath, stringified, "utf-8"); fs.writeFileSync(filePath, stringified, "utf-8");
break;
} }