Merge master

This commit is contained in:
Pieter Vander Vennet 2021-11-08 17:48:10 +01:00
commit ec09a72cae
14 changed files with 1056 additions and 1089 deletions

View file

@ -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;
}