Use MDTlLoader for loading translations

phpcs-errors:226 phpunit-status:successful phpstan-errors:201
This commit is contained in:
2020-10-29 21:09:20 +01:00
committed by Stefan Rohde-Enslin
parent a8f73a4b86
commit a263c8dd7c
3 changed files with 60 additions and 61 deletions

View File

@ -10,6 +10,7 @@ declare(strict_types = 1);
const TL_FILE_DIRS = [
__DIR__ . "/../l10n/musdb/",
__DIR__ . "/../l10n/importer/",
__DIR__ . "/../classes/MDAllowedValueSets/l18n/",
];