Skip to content

Commit c2d284c

Browse files
Adding turkish language in config
git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1560 44740490-163a-0410-bde0-09ae8108e29a
1 parent 6843f78 commit c2d284c

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

config-templates/config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
/*
152152
* Languages available and what language is default
153153
*/
154-
'language.available' => array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'pl', 'sl', 'pt', 'pt-BR'),
154+
'language.available' => array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'pl', 'sl', 'pt', 'pt-BR', 'tr'),
155155
'language.default' => 'en',
156156

157157
/*
@@ -355,7 +355,7 @@
355355
*/
356356
'metadata.sources' => array(
357357
array('type' => 'flatfile'),
358-
),
358+
),
359359

360360

361361

templates/includes/header.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@
115115
'pl' => 'Język polski', // Polish
116116
'pt' => 'Português', // Portuguese
117117
'pt-BR' => 'Português brasileiro', // Portuguese
118+
'tr' => 'Türkçe',
118119
);
119120

120121
$textarray = array();

0 commit comments

Comments
 (0)