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

@ -2,7 +2,7 @@ import {Utils} from "../Utils";
export default class Constants {
public static vNumber = "0.12.2";
public static vNumber = "0.12.3";
public static ImgurApiKey = '7070e7167f0a25a'
public static readonly mapillary_client_token_v3 = 'TXhLaWthQ1d4RUg0czVxaTVoRjFJZzowNDczNjUzNmIyNTQyYzI2'
public static readonly mapillary_client_token_v4 = "MLY|4441509239301885|b40ad2d3ea105435bd40c7e76993ae85"

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