Documentation updates

This commit is contained in:
Pieter Vander Vennet 2021-11-08 02:36:01 +01:00
parent 78c689b7e8
commit 09eee08fbc
32 changed files with 600 additions and 87 deletions

View file

@ -227,4 +227,8 @@ export class Translation extends BaseUIElement {
}
return allIcons.filter(icon => icon != undefined)
}
AsMarkdown(): string {
return this.txt
}
}