aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/locale.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/locale.ts')
-rw-r--r--client-web/source/locale.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/client-web/source/locale.ts b/client-web/source/locale.ts
index 09849cc..9812972 100644
--- a/client-web/source/locale.ts
+++ b/client-web/source/locale.ts
@@ -1,7 +1,6 @@
+import { LANGS } from "./preferences/decl.ts";
import { PREFS } from "./preferences/mod.ts";
-export const LANGS = ["en", "de"]
-
const translations: { [key: string]: string } = {}
export async function init_locale() {