Make forcedLanguage public for the createLayouts-script
This commit is contained in:
parent
e0979e87f2
commit
f5999e0f12
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ import {Utils} from "../../Utils";
|
||||||
|
|
||||||
export class Translation extends UIElement {
|
export class Translation extends UIElement {
|
||||||
|
|
||||||
private static forcedLanguage = undefined;
|
public static forcedLanguage = undefined;
|
||||||
|
|
||||||
public readonly translations: object
|
public readonly translations: object
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue