1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-09-23 12:25:06 +00:00

Update translations, part 2

This commit is contained in:
tobspr
2020-06-12 12:04:13 +02:00
parent adb268ad73
commit 159d656f0a
8 changed files with 78 additions and 17 deletions

View File

@@ -49,12 +49,7 @@ function match(originalObj, translatedObj, path = "/") {
"vs",
translatedPlaceholders
);
console.warn(" | Obsolete key", path + key);
// changes.push({
// key: path + key,
// value: null,
// });
delete translatedObj[key];
translatedObj[key] = originalObj[key];
continue;
}
} else {