From 1371c65fe5e5ad166cf2fc445153a5bca3d0a83c Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Tue, 16 Oct 2012 17:00:14 +0200 Subject: [PATCH] Update locales, add nl_NL --- lib/Alchemy/Phrasea/Core.php | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/Alchemy/Phrasea/Core.php b/lib/Alchemy/Phrasea/Core.php index 1472f7dc30..d3d039b81d 100644 --- a/lib/Alchemy/Phrasea/Core.php +++ b/lib/Alchemy/Phrasea/Core.php @@ -44,11 +44,10 @@ require_once __DIR__ . '/Core/Configuration/ApplicationSpecification.php'; class Core extends \Pimple { protected static $availableLanguages = array( - 'ar_SA' => 'العربية' - , 'de_DE' => 'Deutsch' + 'de_DE' => 'Deutsch' , 'en_GB' => 'English' - , 'es_ES' => 'Español' , 'fr_FR' => 'Français' + , 'nl_NL' => 'Dutch' ); protected static $autoloader_initialized = false;