mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
added polish translation
this still needs some more debugging before it goes live but it's turned on in this version
This commit is contained in:
parent
4bb6cab85e
commit
cac788476a
16 changed files with 279 additions and 12 deletions
|
@ -13,6 +13,7 @@ include_once("aur_po.inc");
|
|||
$LOGIN_TIMEOUT = 1800; # number of idle seconds before timeout
|
||||
$SUPPORTED_LANGS = array( # what languages we have translations for
|
||||
"en" => "English",
|
||||
"pl" => "Polski",
|
||||
# Eventually we will comment these in, when they are ready - PJM - 4/2005
|
||||
# "es" => "Español",
|
||||
# "de" => "Deutsch",
|
||||
|
@ -388,6 +389,7 @@ function html_header() {
|
|||
# use the defaults. Is this the way to override them?
|
||||
#
|
||||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=en'><span class='sideBarSmallHeader'>English</span></a> ";
|
||||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=pl'><span class='sideBarSmallHeader'>Polski</span></a> ";
|
||||
#print "<a href='".$_SERVER["PHP_SELF"]."?setlang=es'><span class='sideBarSmallHeader'>Español</span></a> ";
|
||||
#print "<a href='".$_SERVER["PHP_SELF"]."?setlang=de'><span class='sideBarSmallHeader'>Deutsch</span></a> ";
|
||||
#print "<a href='".$_SERVER["PHP_SELF"]."?setlang=fr'><span class='sideBarSmallHeader'>Français</span></a>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue