Forgot to translate requirements

This commit is contained in:
slawkens
2020-10-07 23:46:14 +02:00
parent 915ae47971
commit d7f41748ad
3 changed files with 9 additions and 3 deletions

View File

@@ -7,15 +7,15 @@ $dirs_required = [
'system/cache',
];
$dirs_optional = [
'images/guilds' => 'Guild logo upload will not work',
'images/gallery' => 'Gallery image upload will not work',
'images/guilds' => $locale['step_requirements_warning_images_guilds'],
'images/gallery' => $locale['step_requirements_warning_images_gallery'],
];
$extensions_required = [
'pdo', 'pdo_mysql', 'xml', 'zip'
];
$extensions_optional = [
'gd' => 'Player Signatures will not work'
'gd' => $locale['step_requirements_warning_player_signatures'],
];
/*
*