Add privacy policy

This commit is contained in:
Pieter Vander Vennet 2021-11-16 04:16:51 +01:00
parent fa82faade7
commit 852d569994
6 changed files with 38 additions and 3 deletions

View file

@ -188,7 +188,7 @@ class LayerOverviewUtils {
allTranslations
.filter(t => t.tr.translations[neededLanguage] === undefined && t.tr.translations["*"] === undefined)
.forEach(missing => {
themeErrorCount.push("The theme " + theme.id + " should be translation-complete for " + neededLanguage + ", but it lacks a translation for " + missing.context+".\n\tThe full translation is "+missing.tr.translations)
themeErrorCount.push("The theme " + theme.id + " should be translation-complete for " + neededLanguage + ", but it lacks a translation for " + missing.context+".\n\tThe english translation is "+missing.tr.textFor('en'))
})
}