forked from MapComplete/MapComplete
Hotkeys: add hotkey to quickly switch translation mode on or off
This commit is contained in:
parent
f117ab64e5
commit
9923f849e0
4 changed files with 16 additions and 4 deletions
|
|
@ -496,7 +496,8 @@ export default class TagRenderingConfig {
|
|||
for (const leftover of leftovers) {
|
||||
applicableMappings.push({
|
||||
then: new TypedTranslation<object>(
|
||||
this.render.replace("{" + this.freeform.key + "}", leftover).translations
|
||||
this.render.replace("{" + this.freeform.key + "}", leftover).translations,
|
||||
this.render.context
|
||||
),
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue