Update translation files, add Ukrainian translation
Also: Fix year for copyright statement
This commit is contained in:
@ -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/';
|
||||
|
||||
|
Reference in New Issue
Block a user