From 94eec2391e9e1ff3857820f66dd56dad8da528d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Fri, 19 Sep 2008 13:48:54 +0000
Subject: [PATCH] adding portugese

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@880 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php           | 2 +-
 templates/default/includes/header.php | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index 455b7d5ce..1f9a86532 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', 'sl'),
+	'language.available'	=> array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'sl', 'pt'),
 	'language.default'		=> 'en',
 	
 	/*
diff --git a/templates/default/includes/header.php b/templates/default/includes/header.php
index 61ae8deb8..1c7cdf4fb 100644
--- a/templates/default/includes/header.php
+++ b/templates/default/includes/header.php
@@ -65,6 +65,7 @@ $langnames = array(
 	'sl' => 'Slovenščina', // Slovensk
 	'hr' => 'Hrvatski', // Croatian
 	'hu' => 'Magyar', // Hungarian
+	'pt' => 'PortuguĂŞs', // Portuguese
 );
 
 if (empty($_POST) ) {
-- 
GitLab