diff --git a/config-templates/config.php b/config-templates/config.php
index 8f00e8ec2b58a3b40b2cf77b8549ce253bc8e35d..2efbccd8f02a80b5ecb73ef77a61b12372466e92 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 3c6e2970c25a4398fd9839c881545df37d025848..c9c4351c07df2f73b9ce27bbec6ea425cfd914c2 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();