From 159f0789fbab71073d743157b832230cb1d5ee60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 30 May 2008 11:45:46 +0000 Subject: [PATCH] Adding slovenian to available languages git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@585 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config-templates/config.php b/config-templates/config.php index 85eb343f1..9db884449 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -141,7 +141,7 @@ $config = array ( /* * Languages available and what language is default */ - 'language.available' => array('en', 'no', 'nn', 'se', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu'), + 'language.available' => array('en', 'no', 'nn', 'se', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'sl'), 'language.default' => 'en', /* -- GitLab