Update translation files, add Ukrainian translation

Also: Fix year for copyright statement
This commit is contained in:
2025-03-03 17:56:47 +01:00
parent a5e290fa2e
commit 769a32b4ed
13 changed files with 16 additions and 16 deletions

View File

@ -112,7 +112,7 @@ function generateAppShell():string {
}
const ALLOWED_LANGS = ['de', 'en'];
const ALLOWED_LANGS = ['de', 'en', 'uk'];
const SERVED_ROOT = __DIR__ . '/public/';
const SERVED_JSON_ROOT = __DIR__ . '/public/static/json/';