Skip to content
Snippets Groups Projects
Commit cd61bc86 authored by Andreas Åkre Solberg's avatar Andreas Åkre Solberg
Browse files

adding new available language: swedish, and chaned dutch to netherlands

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@528 44740490-163a-0410-bde0-09ae8108e29a
parent 1c2ea872
No related branches found
No related tags found
No related merge requests found
...@@ -113,7 +113,7 @@ $config = array ( ...@@ -113,7 +113,7 @@ $config = array (
/* /*
* Languages available and what language is default * Languages available and what language is default
*/ */
'language.available' => array('en', 'no', 'nn', 'da', 'es', 'de', 'fr', 'nl', 'lu', 'sl'), 'language.available' => array('en', 'no', 'nn', 'da', 'se', 'es', 'de', 'fr', 'nl', 'lu', 'sl'),
'language.default' => 'en', 'language.default' => 'en',
/* /*
* Leave the language.base to 'en' (english). The language base MUST be set * Leave the language.base to 'en' (english). The language base MUST be set
......
...@@ -37,9 +37,10 @@ $langnames = array( ...@@ -37,9 +37,10 @@ $langnames = array(
'en' => 'English', 'en' => 'English',
'de' => 'Deutsch', 'de' => 'Deutsch',
'da' => 'Dansk', 'da' => 'Dansk',
'se' => 'Svenska',
'es' => 'Español', 'es' => 'Español',
'fr' => 'Français', 'fr' => 'Français',
'nl' => 'Dutch', 'nl' => 'Nederlands',
'lu' => 'Luxembourgish', 'lu' => 'Luxembourgish',
'sl' => 'Slovenščina', 'sl' => 'Slovenščina',
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment