forked from MapComplete/MapComplete
Fix popups and core functionality
This commit is contained in:
parent
9cc721abad
commit
8ad9b816ac
13 changed files with 116 additions and 144 deletions
|
@ -20,9 +20,7 @@ export class SubstitutedTranslation extends VariableUiElement {
|
|||
if (txt === undefined) {
|
||||
return "no tags subs tr"
|
||||
}
|
||||
const contents = SubstitutedTranslation.EvaluateSpecialComponents(txt, tags)
|
||||
console.log("Substr has contents", contents)
|
||||
return new Combine(contents)
|
||||
return new Combine(SubstitutedTranslation.EvaluateSpecialComponents(txt, tags))
|
||||
}, [Locale.language])
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue