This commit is contained in:
pa
2026-03-09 10:49:01 +09:00
parent 90a17bb0ba
commit cd832fb96a
20 changed files with 4655 additions and 6 deletions

View File

@@ -140,7 +140,7 @@ const Validate = function () {
let hasRemoved = false;
for (const [_, localeObj] of files) {
toRemove = [];
let toRemove = [];
traverse(localeObj, (_, key, pathes) => {
let currObj = enObj;
for (const pathSegment of pathes) {
@@ -163,7 +163,7 @@ const Validate = function () {
}
}
toAdd = [];
let toAdd = [];
traverse(enObj, (obj, key, pathes) => {
// Add above_key to the toAdd entry
if (