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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user