forked from MapComplete/MapComplete
Merge master
This commit is contained in:
commit
ec09a72cae
14 changed files with 1056 additions and 1089 deletions
|
@ -55,7 +55,7 @@ export default class TagRenderingConfig {
|
|||
|
||||
|
||||
if (typeof json === "number") {
|
||||
this.render = Translations.WT("" + json)
|
||||
this.render = Translations.T("" + json, context + ".render")
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue