Enable Russian and Ukrainian translations

Close #26
This commit is contained in:
2022-12-16 22:55:53 +01:00
parent c04d63e026
commit 7192b03ead
9 changed files with 9 additions and 5 deletions

View File

@ -10,7 +10,7 @@ declare(strict_types = 1);
const CACHE_DIR_PERMS = 0775;
const ALLOWED_LANGS = ['de', 'en', 'hu'];
const ALLOWED_LANGS = ['de', 'en', 'hu', 'ru', 'uk'];
const TL_FILE_DIRS = [
__DIR__ . "/../l10n/musdb/",

View File

@ -1,5 +1,5 @@
<!DOCTYPE HTML>
<html data-allowed-langs="de,en,hu">
<html data-allowed-langs="de,en,hu,ru,uk">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
public/json/tls.ru.json Normal file

File diff suppressed because one or more lines are too long

1
public/json/tls.uk.json Normal file

File diff suppressed because one or more lines are too long