Make forcedLanguage public for the createLayouts-script

This commit is contained in:
pietervdvn 2021-03-17 14:35:40 +01:00
parent e0979e87f2
commit f5999e0f12

View file

@ -5,7 +5,7 @@ import {Utils} from "../../Utils";
export class Translation extends UIElement {
private static forcedLanguage = undefined;
public static forcedLanguage = undefined;
public readonly translations: object