forked from MapComplete/MapComplete
Remove translations of commissioned themes as these don't need to be translated
This commit is contained in:
parent
6230bd40a3
commit
792631e91e
7 changed files with 1 additions and 33 deletions
|
@ -406,7 +406,7 @@ if (!themeOverwritesWeblate) {
|
|||
console.log("Ignore weblate")
|
||||
}
|
||||
generateTranslationsObjectFrom(ScriptUtils.getLayerFiles(), "layers")
|
||||
generateTranslationsObjectFrom(ScriptUtils.getThemeFiles(), "themes")
|
||||
generateTranslationsObjectFrom(ScriptUtils.getThemeFiles().filter(th => th.parsed.mustHaveLanguage === undefined), "themes")
|
||||
|
||||
|
||||
generateTranslationsObjectFrom([{path: questionsPath, parsed: questionsParsed}], "shared-questions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue