aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/locale.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-03-22 14:31:54 +0100
committermetamuffin <metamuffin@disroot.org>2025-03-22 14:31:54 +0100
commitcc028e3c1901c86ffec8d010304c77ca65cbeadb (patch)
tree8168abda17f54507a5cd3b3ee76ae91362bd3236 /client-web/source/locale.ts
parent5d4cb7864dc3ca19669877def6c298eb96d19b16 (diff)
downloadkeks-meet-cc028e3c1901c86ffec8d010304c77ca65cbeadb.tar
keks-meet-cc028e3c1901c86ffec8d010304c77ca65cbeadb.tar.bz2
keks-meet-cc028e3c1901c86ffec8d010304c77ca65cbeadb.tar.zst
fix language list
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() {