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

Adding links to dutch translation

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@448 44740490-163a-0410-bde0-09ae8108e29a
parent 8f1f3922
No related branches found
No related tags found
No related merge requests found
...@@ -112,7 +112,8 @@ $config = array ( ...@@ -112,7 +112,8 @@ $config = array (
/* /*
* Languages available and what language is default * Languages available and what language is default
*/ */
'language.available' => array('en', 'no', 'nn', 'dk', 'es', 'de', 'fr'), 'language.default' => 'en', 'language.available' => array('en', 'no', 'nn', 'dk', 'es', 'de', 'fr', 'nl'),
'language.default' => 'en',
/* /*
* Which theme directory should be used? The base is fallback (leave it to default). * Which theme directory should be used? The base is fallback (leave it to default).
......
...@@ -39,6 +39,7 @@ $langnames = array( ...@@ -39,6 +39,7 @@ $langnames = array(
'dk' => 'Dansk', 'dk' => 'Dansk',
'es' => 'Español', 'es' => 'Español',
'fr' => 'Français', 'fr' => 'Français',
'nl' => 'Dutch',
); );
if (empty($_POST) ) { if (empty($_POST) ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment