1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-25 05:14:41 +00:00

Update translations to latest version

This commit is contained in:
tobspr
2020-07-07 13:34:49 +02:00
parent 8a4edb442c
commit 35f77416ba
30 changed files with 1897 additions and 1293 deletions

View File

@@ -17,7 +17,7 @@ const originalContents = fs
const original = YAML.parse(originalContents);
const placeholderRegexp = /<([a-zA-Z_0-9]+)>/gi;
const placeholderRegexp = /[[<]([a-zA-Z_0-9]+)[\]<]/gi;
function match(originalObj, translatedObj, path = "/") {
for (const key in originalObj) {