forked from MapComplete/MapComplete
Improvements to the climbing theme
This commit is contained in:
parent
a9aff5e16e
commit
5a94e9d239
6 changed files with 65 additions and 47 deletions
|
@ -35,7 +35,7 @@ export class SubstitutedTranslation extends VariableUiElement {
|
|||
)
|
||||
})
|
||||
|
||||
const linkToWeblate = new LinkToWeblate(translation.context, translation.translations)
|
||||
const linkToWeblate = translation !== undefined ? new LinkToWeblate(translation.context, translation.translations) : undefined;
|
||||
|
||||
super(
|
||||
Locale.language.map(language => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue