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
+1 -1
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/",
+1 -1
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
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long