Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=homepage-ng.git;a=commitdiff;h=08b81cdd66b4c8632204ffcdd8afc7962874a507

commit 08b81cdd66b4c8632204ffcdd8afc7962874a507
Author: Krisztian VASAS <i...@frugalware.org>
Date:   Wed Jan 18 08:39:12 2012 +0100

added german flag

diff --git a/frugalware/config.inc.php b/frugalware/config.inc.php
index 5f843ec..8da9520 100644
--- a/frugalware/config.inc.php
+++ b/frugalware/config.inc.php
@@ -109,6 +109,8 @@ $langcontent = '<div class="imgcontent">
<a href="' . $langpage . 'es"><img alt="' . gettext( 'Change language' ) . '" 
title="' . gettext( 'Change language' ) . '" src="' . $fwng_root . 
'images/spanish.gif" border="0" /></a>
|
<a href="' . $langpage . 'it"><img alt="' . gettext( 'Change language' ) . '" 
title="' . gettext( 'Change language' ) . '" src="' . $fwng_root . 
'images/italian.gif" border="0" /></a>
+         |
+         <a href="' . $langpage . 'de"><img alt="' . gettext( 'Change 
language' ) . '" title="' . gettext( 'Change language' ) . '" src="' . 
$fwng_root . 'images/german.gif" border="0" /></a>
<!--
|
<a href="' . $langpage . 'nl"><img alt="' . gettext( 'Change language' ) . '" 
title="' . gettext( 'Change language' ) . '" src="' . $fwng_root . 
'images/dutch.gif" border="0" /></a>
diff --git a/frugalware/functions.inc.php b/frugalware/functions.inc.php
index 744c6e2..d21b72c 100644
--- a/frugalware/functions.inc.php
+++ b/frugalware/functions.inc.php
@@ -169,7 +169,8 @@ function getllang($lang)
"cs" => "cs_CZ",
"tr" => "tr_TR",
"es" => "es_ES",
-               "it" => "it_IT"
+               "it" => "it_IT",
+               "de" => "de_DE"
);
return $langs[$lang];
}
diff --git a/frugalware/images/german.gif b/frugalware/images/german.gif
new file mode 100644
index 0000000..725829f
Binary files /dev/null and b/frugalware/images/german.gif differ
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to