From c2d284c5f95607bc4b331f7482e78f9bb037a97c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no> Date: Fri, 10 Jul 2009 08:30:57 +0000 Subject: [PATCH] Adding turkish language in config git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1560 44740490-163a-0410-bde0-09ae8108e29a --- config-templates/config.php | 4 ++-- templates/includes/header.php | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config-templates/config.php b/config-templates/config.php index 8f00e8ec2..2efbccd8f 100644 --- a/config-templates/config.php +++ b/config-templates/config.php @@ -151,7 +151,7 @@ $config = array ( /* * 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', /* @@ -355,7 +355,7 @@ $config = array ( */ 'metadata.sources' => array( array('type' => 'flatfile'), - ), + ), diff --git a/templates/includes/header.php b/templates/includes/header.php index 3c6e2970c..c9c4351c0 100644 --- a/templates/includes/header.php +++ b/templates/includes/header.php @@ -115,6 +115,7 @@ if($onLoad !== '') { 'pl' => 'Język polski', // Polish 'pt' => 'Português', // Portuguese 'pt-BR' => 'Português brasileiro', // Portuguese + 'tr' => 'Türkçe', ); $textarray = array(); -- GitLab