Fix translation script

pull/701/head
tobspr 4 years ago
parent 1a91963732
commit b238b32fb9

@ -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;
} }

Loading…
Cancel
Save