aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--en/doc/doc.php2
1 files changed, 0 insertions, 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];
}