Move csvxml translations to a separate git submodule and add help texts

Close #22
This commit is contained in:
2022-11-18 02:04:24 +01:00
parent 34fcc4905a
commit 10012db20d
10 changed files with 15 additions and 9 deletions

View File

@ -14,7 +14,7 @@ const ALLOWED_LANGS = ['de', 'en', 'hu'];
const TL_FILE_DIRS = [
__DIR__ . "/../l10n/musdb/",
__DIR__ . "/../l10n/importer/",
__DIR__ . "/../l10n/translation-csvxml/",
__DIR__ . "/../classes/MDAllowedValueSets/l18n/",
];