Housekeeping...

This commit is contained in:
Pieter Vander Vennet 2022-10-27 01:50:01 +02:00
parent 707b25529b
commit 6d822b42ca
158 changed files with 7939 additions and 11272 deletions

View file

@ -588,7 +588,7 @@ function MergeTranslation(source: any, target: any, language: string, context: s
continue
}
if(sourceV === ""){
if (sourceV === "") {
console.log("Ignoring empty string in the translations")
}