mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 15:33:15 +00:00
Update locales, add nl_NL
This commit is contained in:
@@ -44,11 +44,10 @@ require_once __DIR__ . '/Core/Configuration/ApplicationSpecification.php';
|
|||||||
class Core extends \Pimple
|
class Core extends \Pimple
|
||||||
{
|
{
|
||||||
protected static $availableLanguages = array(
|
protected static $availableLanguages = array(
|
||||||
'ar_SA' => 'العربية'
|
'de_DE' => 'Deutsch'
|
||||||
, 'de_DE' => 'Deutsch'
|
|
||||||
, 'en_GB' => 'English'
|
, 'en_GB' => 'English'
|
||||||
, 'es_ES' => 'Español'
|
|
||||||
, 'fr_FR' => 'Français'
|
, 'fr_FR' => 'Français'
|
||||||
|
, 'nl_NL' => 'Dutch'
|
||||||
);
|
);
|
||||||
protected static $autoloader_initialized = false;
|
protected static $autoloader_initialized = false;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user