From 452ab3a1fd01a026d883892ad76b75dae232c395 Mon Sep 17 00:00:00 2001 From: simo Date: Sun, 16 Oct 2005 17:54:39 +0000 Subject: Added Portuguese translation --- web/lib/aur.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'web/lib') diff --git a/web/lib/aur.inc b/web/lib/aur.inc index ebb55320..6114648c 100644 --- a/web/lib/aur.inc +++ b/web/lib/aur.inc @@ -17,6 +17,7 @@ $SUPPORTED_LANGS = array( # what languages we have translations for "pl" => "Polski", "it" => "Italiano", "ca" => "Català", + "pt" => "Português", # Eventually we will comment these in, when they are ready - PJM - 4/2005 # "es" => "Español", # "de" => "Deutsch", @@ -396,6 +397,7 @@ function html_header() { print "Polski "; print "Italiano "; print "Català "; + print "Português "; #print "Español "; #print "Deutsch "; #print "Français"; -- cgit v1.2.3-24-g4f1b