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 (
/*
* 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',
/*
* Leave the language.base to 'en' (english). The language base MUST be set
......
......@@ -37,9 +37,10 @@ $langnames = array(
'en' => 'English',
'de' => 'Deutsch',
'da' => 'Dansk',
'se' => 'Svenska',
'es' => 'Español',
'fr' => 'Français',
'nl' => 'Dutch',
'nl' => 'Nederlands',
'lu' => 'Luxembourgish',
'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