From 1e0d7a19ec1107f02051fbbf0167e974240fac99 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andreas=20=C3=85kre=20Solberg?= <andreas.solberg@uninett.no>
Date: Tue, 17 Mar 2009 08:49:14 +0000
Subject: [PATCH] Add polish to available languages

git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@1416 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 c45d31f17..8f00e8ec2 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', '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'),
 	'language.default'		=> 'en',
 	
 	/*
-- 
GitLab