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

Adding turkish language in config

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1560 44740490-163a-0410-bde0-09ae8108e29a
parent 6843f78d
No related branches found
No related tags found
No related merge requests found
...@@ -151,7 +151,7 @@ $config = array ( ...@@ -151,7 +151,7 @@ $config = array (
/* /*
* Languages available and what language is default * Languages available and what language is default
*/ */
'language.available' => array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'pl', 'sl', 'pt', 'pt-BR'), 'language.available' => array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'pl', 'sl', 'pt', 'pt-BR', 'tr'),
'language.default' => 'en', 'language.default' => 'en',
/* /*
...@@ -355,7 +355,7 @@ $config = array ( ...@@ -355,7 +355,7 @@ $config = array (
*/ */
'metadata.sources' => array( 'metadata.sources' => array(
array('type' => 'flatfile'), array('type' => 'flatfile'),
), ),
......
...@@ -115,6 +115,7 @@ if($onLoad !== '') { ...@@ -115,6 +115,7 @@ if($onLoad !== '') {
'pl' => 'Język polski', // Polish 'pl' => 'Język polski', // Polish
'pt' => 'Português', // Portuguese 'pt' => 'Português', // Portuguese
'pt-BR' => 'Português brasileiro', // Portuguese 'pt-BR' => 'Português brasileiro', // Portuguese
'tr' => 'Türkçe',
); );
$textarray = array(); $textarray = array();
......
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