From cc028e3c1901c86ffec8d010304c77ca65cbeadb Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 22 Mar 2025 14:31:54 +0100 Subject: fix language list --- client-web/source/locale.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client-web/source/locale.ts') 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() { -- cgit v1.2.3-70-g09d2