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/",