forked from MapComplete/MapComplete
Sync translations
This commit is contained in:
parent
5503d951aa
commit
1487411a25
47 changed files with 1645 additions and 1267 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue