From 7b0ae16382659569c8ae52fd1f080ec58a59c657 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 18 Feb 2015 19:02:51 +0100 Subject: remove uneeded temporary exception --- en/doc/doc.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/en/doc/doc.php b/en/doc/doc.php index b2b358a5b..0be4aa318 100644 --- a/en/doc/doc.php +++ b/en/doc/doc.php @@ -41,8 +41,6 @@ function doc_list($documentation_name, $type, $version, $link, $epub_link = null // hopefully temporary exception for pt-br as convention for lang-abbrev in /langs.inc.php is different as link in doc.mageia.org if ($lng == 'pt_br') { $lng_name = $langs['pt-br']; - } else if ($lng == 'sv') { // hopefully temporary exception for sv which does not exist yet in www.mageia.org - $lng_name = 'Svenska'; } else { $lng_name = $langs[$lng]; } -- cgit v1.2.1