refactoring: fix translation links
This commit is contained in:
parent
8085079eff
commit
2e9b1016de
5 changed files with 63 additions and 23 deletions
|
@ -7,7 +7,7 @@ export class Translation extends BaseUIElement {
|
|||
public static forcedLanguage = undefined
|
||||
|
||||
public readonly translations: Record<string, string>
|
||||
context?: string
|
||||
public readonly context?: string
|
||||
|
||||
constructor(translations: Record<string, string>, context?: string) {
|
||||
super()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue