aboutsummaryrefslogtreecommitdiffstats
path: root/en
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2013-01-28 13:56:38 +0000
committerOliver Burger <obgr_seneca@mageia.org>2013-01-28 13:56:38 +0000
commitc5127f65af509d5e7ec7f821a4631b403d6992cf (patch)
tree7aff00c152dd0bd4ce6766c5e53a5503888776d2 /en
parent51c59e653bffdc896b14d0def5a3b39d2415fea6 (diff)
downloadwww-c5127f65af509d5e7ec7f821a4631b403d6992cf.tar
www-c5127f65af509d5e7ec7f821a4631b403d6992cf.tar.gz
www-c5127f65af509d5e7ec7f821a4631b403d6992cf.tar.bz2
www-c5127f65af509d5e7ec7f821a4631b403d6992cf.tar.xz
www-c5127f65af509d5e7ec7f821a4631b403d6992cf.zip
commented German translation as it does not work like thatwq
Diffstat (limited to 'en')
-rw-r--r--en/about/constitution/index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
index 60180635a..55fdb6f5e 100644
--- a/en/about/constitution/index.php
+++ b/en/about/constitution/index.php
@@ -41,8 +41,8 @@ _lang_load($locale, "about/constitution");
echo Markdown(file_get_contents('mageia.org_statutes_tr.md'));
else if ($l == 'ro')
echo Markdown(file_get_contents('mageia.org_statutes_ro.md'));
- else if ($l == 'de')
- echo Markdown(file_get_contents('mageia.org_statutes_de.md'));
+ /*else if ($l == 'de')
+ echo Markdown(file_get_contents('mageia.org_statutes_de.md'));*/
else
echo Markdown(file_get_contents('mageia.org_statutes_en.md'));
?>