From c5127f65af509d5e7ec7f821a4631b403d6992cf Mon Sep 17 00:00:00 2001 From: Oliver Burger Date: Mon, 28 Jan 2013 13:56:38 +0000 Subject: commented German translation as it does not work like thatwq --- en/about/constitution/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'en/about') 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')); ?> -- cgit v1.2.1