1
0
Fork 0
mirror of https://github.com/friendica/friendica-directory synced 2024-05-26 22:56:57 +02:00

Add de_DE to available locales

This commit is contained in:
Hypolite Petovan 2018-11-19 22:32:20 -05:00
parent aa25c475dc
commit c2de5cf80a

View file

@ -19,7 +19,7 @@ $settings = [
'displayErrorDetails' => false, // set to false in production
'addContentLengthHeader' => false, // Allow the web server to send the content-length header
'i18n' => [
'locales' => ['en_US', 'fr_FR', 'cs_CZ'],
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE'],
'default' => 'en_US',
'path' => __DIR__ . '/lang'
],