summaryrefslogtreecommitdiff
path: root/front/src/Locales/Language.ts
diff options
context:
space:
mode:
Diffstat (limited to 'front/src/Locales/Language.ts')
-rw-r--r--front/src/Locales/Language.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/front/src/Locales/Language.ts b/front/src/Locales/Language.ts
new file mode 100644
index 0000000..a96ee9f
--- /dev/null
+++ b/front/src/Locales/Language.ts
@@ -0,0 +1,5 @@
+class Language {
+ LocalizedStrings: Map<string, string>;
+}
+
+export default Language;