First working version with multi-rendering

This commit is contained in:
Pieter Vander Vennet 2021-10-22 01:42:44 +02:00
parent 0c0ef48a96
commit 20fa5028d9
5 changed files with 129 additions and 21 deletions

View file

@ -48,7 +48,7 @@ export default class TagRenderingConfig {
}
if(typeof json === "number"){
this.render =Translations.WT( ""+json)
this.render = Translations.WT( ""+json)
return;
}