initial translations

This commit is contained in:
Martin
2022-12-13 16:58:55 +01:00
parent c20ca61290
commit 9a41923b17
7 changed files with 42 additions and 17 deletions

View File

@@ -0,0 +1,3 @@
export class TranslationData {
[key: string]: string;
}