mirror of
https://github.com/friendica/friendica-directory
synced 2024-11-13 15:53:41 +01:00
added language codes to the settings.php file
This commit is contained in:
parent
a0cfd33521
commit
2e1812a369
|
@ -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', 'de_DE'],
|
||||
'locales' => ['en_US', 'fr_FR', 'cs_CZ', 'de_DE', 'pl_PL', 'ja_JP', 'en_GB', 'it_IT', 'fr_FR', 'et_EE', 'nl_NL', 'th_TH', 'zh_CN', 'ar'],
|
||||
'default' => 'en_US',
|
||||
'path' => __DIR__ . '/lang'
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue