From 3de8a8258f634441a782f1da7a7772d84eda801c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Mon, 27 Oct 2008 19:30:38 +0000
Subject: [PATCH] portugese chaged from pt to pt-BR

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@951 44740490-163a-0410-bde0-09ae8108e29a
---
 config-templates/config.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config-templates/config.php b/config-templates/config.php
index a45ef3a3e..be6097919 100644
--- a/config-templates/config.php
+++ b/config-templates/config.php
@@ -152,7 +152,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', 'pt'),
+	'language.available'	=> array('en', 'no', 'nn', 'se', 'fi', 'da', 'sv', 'de', 'es', 'fr', 'nl', 'lb', 'hr', 'hu', 'sl', 'pt-BR'),
 	'language.default'		=> 'en',
 	
 	/*
-- 
GitLab