From 51c59e653bffdc896b14d0def5a3b39d2415fea6 Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Mon, 28 Jan 2013 13:52:58 +0000 Subject: Added German translation inclusion --- en/about/constitution/index.php | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'en/about/constitution') 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')); ?> -- cgit v1.2.1