aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-04-24 15:42:00 +0200
committermetamuffin <metamuffin@disroot.org>2025-04-24 15:42:00 +0200
commit532ead6a8c64071dddbc76b3f09fc0bacf2c6035 (patch)
tree3bf2ab5d249543c078c84a555a7b224dce18a31c
parentc6d88c734a1c1df46215224e4db2e8abe477f920 (diff)
downloadkeks-meet-532ead6a8c64071dddbc76b3f09fc0bacf2c6035.tar
keks-meet-532ead6a8c64071dddbc76b3f09fc0bacf2c6035.tar.bz2
keks-meet-532ead6a8c64071dddbc76b3f09fc0bacf2c6035.tar.zst
add estonian locale
-rw-r--r--client-web/source/preferences/decl.ts3
1 files changed, 2 insertions, 1 deletions
diff --git a/client-web/source/preferences/decl.ts b/client-web/source/preferences/decl.ts
index b72462a..922e7ab 100644
--- a/client-web/source/preferences/decl.ts
+++ b/client-web/source/preferences/decl.ts
@@ -4,7 +4,8 @@
Copyright (C) 2024 metamuffin <metamuffin.org>
*/
-export const LANGS = ["en", "de"]
+// TODO move this somewhere else
+export const LANGS = ["en", "de", "et"]
export function hex_id(len = 8): string {
if (len > 8) return hex_id() + hex_id(len - 8)