aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution/index.php
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2013-01-28 15:04:35 +0000
committerOliver Burger <obgr_seneca@mageia.org>2013-01-28 15:04:35 +0000
commitea398e2879d0fa9abe67612b171b01c576704083 (patch)
tree375bc7a6af9520181cd899b6551986af2fa15cac /en/about/constitution/index.php
parentc5127f65af509d5e7ec7f821a4631b403d6992cf (diff)
downloadwww-ea398e2879d0fa9abe67612b171b01c576704083.tar
www-ea398e2879d0fa9abe67612b171b01c576704083.tar.gz
www-ea398e2879d0fa9abe67612b171b01c576704083.tar.bz2
www-ea398e2879d0fa9abe67612b171b01c576704083.tar.xz
www-ea398e2879d0fa9abe67612b171b01c576704083.zip
Use German translations for real now
Diffstat (limited to 'en/about/constitution/index.php')
-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 55fdb6f5e..60180635a 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'));
?>