Sync translations

This commit is contained in:
Pieter Vander Vennet 2021-05-27 21:20:04 +02:00
parent 5503d951aa
commit 1487411a25
47 changed files with 1645 additions and 1267 deletions

View file

@ -232,7 +232,7 @@ function MergeTranslation(source: any, target: any, language: string, context: s
targetV[language] = sourceV;
let was = ""
if(targetV[language] !== undefined){
if(targetV[language] !== undefined && targetV[language] !== sourceV){
was = " (overwritten "+targetV[language]+")"
}
console.log(" + ", context + "." + language, "-->", sourceV, was)