mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Forgot to enable the German translation.
This commit is contained in:
parent
a9e3864817
commit
83e054c301
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ $SUPPORTED_LANGS = array( # what languages we have translations for
|
|||
"pt" => "Português",
|
||||
# Eventually we will comment these in, when they are ready - PJM - 4/2005
|
||||
"es" => "Español",
|
||||
# "de" => "Deutsch",
|
||||
"de" => "Deutsch",
|
||||
# "fr" => "Français",
|
||||
);
|
||||
|
||||
|
@ -399,7 +399,7 @@ function html_header() {
|
|||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=ca'><span class='sideBarSmallHeader'>Català</span></a> ";
|
||||
print "<a href='".$_SERVER["PHP_SELF"]."?setlang=pt'><span class='sideBarSmallHeader'>Português</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=de'><span class='sideBarSmallHeader'>Deutsch</span></a> ";
|
||||
#print "<a href='".$_SERVER["PHP_SELF"]."?setlang=fr'><span class='sideBarSmallHeader'>Français</span></a>";
|
||||
print " </td>\n";
|
||||
print " </tr>\n";
|
||||
|
|
Loading…
Add table
Reference in a new issue