Extend lists, update git submodules, allow Hungarian translations

This commit is contained in:
2026-07-26 21:56:57 +02:00
parent 3d9266fdd9
commit 3418871ee5
49 changed files with 52 additions and 26 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ function generateAppShell():string {
}
const ALLOWED_LANGS = ['de', 'en', 'uk'];
const ALLOWED_LANGS = ['de', 'en', 'uk', 'hu'];
const SERVED_ROOT = __DIR__ . '/public/';
const SERVED_JSON_ROOT = __DIR__ . '/public/static/json/';