Translation sync

This commit is contained in:
Pieter Vander Vennet 2023-01-29 17:44:12 +01:00
parent 481cd3369f
commit 3b1605eae7
125 changed files with 3241 additions and 2514 deletions

View file

@ -412,6 +412,7 @@ function mergeTranslations(origPath, newConfig: LayerConfigJson) {
if (applicable === undefined) {
continue;
}
// @ts-ignore
Utils.Merge(oldRendering, applicable)
}
}