Update locales, add nl_NL

This commit is contained in:
Romain Neutron
2012-10-16 17:00:14 +02:00
parent 50480217c6
commit 1371c65fe5

View File

@@ -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;