aboutsummaryrefslogtreecommitdiffstats
path: root/en/about/constitution
diff options
context:
space:
mode:
authorOliver Burger <obgr_seneca@mageia.org>2013-01-28 13:52:58 +0000
committerOliver Burger <obgr_seneca@mageia.org>2013-01-28 13:52:58 +0000
commit51c59e653bffdc896b14d0def5a3b39d2415fea6 (patch)
tree3844a2bd7cdb601661b0431e19a6683e645aff14 /en/about/constitution
parent8f9c4e95d8c604564023e3f543de23e4b6fe2952 (diff)
downloadwww-51c59e653bffdc896b14d0def5a3b39d2415fea6.tar
www-51c59e653bffdc896b14d0def5a3b39d2415fea6.tar.gz
www-51c59e653bffdc896b14d0def5a3b39d2415fea6.tar.bz2
www-51c59e653bffdc896b14d0def5a3b39d2415fea6.tar.xz
www-51c59e653bffdc896b14d0def5a3b39d2415fea6.zip
Added German translation inclusion
Diffstat (limited to 'en/about/constitution')
-rw-r--r--en/about/constitution/index.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/en/about/constitution/index.php b/en/about/constitution/index.php
index f8d34bfb5..60180635a 100644
--- a/en/about/constitution/index.php
+++ b/en/about/constitution/index.php
@@ -39,8 +39,10 @@ _lang_load($locale, "about/constitution");
echo Markdown(file_get_contents('mageia.org_statutes_sl.md'));
else if ($l == 'tr')
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 == '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
echo Markdown(file_get_contents('mageia.org_statutes_en.md'));
?>