diff options
author | Oliver Burger <obgr_seneca@mageia.org> | 2013-01-28 13:52:58 +0000 |
---|---|---|
committer | Oliver Burger <obgr_seneca@mageia.org> | 2013-01-28 13:52:58 +0000 |
commit | 51c59e653bffdc896b14d0def5a3b39d2415fea6 (patch) | |
tree | 3844a2bd7cdb601661b0431e19a6683e645aff14 /en/about/constitution/index.php | |
parent | 8f9c4e95d8c604564023e3f543de23e4b6fe2952 (diff) | |
download | www-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/index.php')
-rw-r--r-- | en/about/constitution/index.php | 6 |
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')); ?> |