Closed medienbaecker closed 6 years ago
Ah, damn. I think you will also have to add the German language file to the config.php, sorry! Should I add another pull request?
config.php
'translations' => array( 'en' => require_once __DIR__ . '/lib/languages/en.php', 'fr' => require_once __DIR__ . '/lib/languages/fr.php', 'de' => require_once __DIR__ . '/lib/languages/de.php' )
I've added the line! Thanks again ;)
Ah, damn. I think you will also have to add the German language file to the
config.php
, sorry! Should I add another pull request?