i18n: Remove ckb from link underline removal
authorEbrahim Byagowi <ebrahim@gnu.org>
Fri, 6 Dec 2013 18:57:11 +0000 (18:57 +0000)
committerEbrahim Byagowi <ebrahim@gnu.org>
Fri, 6 Dec 2013 19:59:58 +0000 (19:59 +0000)
Just like I8168baff Central Kurdish Wikipedia
do not like removal of underline from links.

Change-Id: If55b6ea75fd2bd9e5c080d0b595a407e58d388de

includes/resourceloader/ResourceLoaderUserCSSPrefsModule.php

index bda8653..aafe432 100644 (file)
@@ -71,8 +71,8 @@ class ResourceLoaderUserCSSPrefsModule extends ResourceLoaderModule {
                                ( $options['underline'] ? 'underline' : 'none' ) . "; }";
                } else {
                        # The scripts of these languages are very hard to read with underlines
-                       $rules[] = 'a:lang(ar), a:lang(ckb), a:lang(kk-arab), ' .
-                       'a:lang(mzn), a:lang(ps), a:lang(ur) { text-decoration: none; }';
+                       $rules[] = 'a:lang(ar), a:lang(kk-arab), a:lang(mzn), ' .
+                       'a:lang(ps), a:lang(ur) { text-decoration: none; }';
                }
                if ( $options['justify'] ) {
                        $rules[] = "#article, #bodyContent, #mw_content { text-align: justify; }\n";