Santhosh has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/90860


Change subject: Use autonym class for tagcloud in Special:SupportedLanguages
......................................................................

Use autonym class for tagcloud in Special:SupportedLanguages

Depends on ULS: I58c9c3fb74774e26e0f680cec0b0f9b2d3b2c11c

Change-Id: Ic25162956efdc1d666cccc5c48e3f79bf38ba321
---
M specials/SpecialSupportedLanguages.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Translate 
refs/changes/60/90860/1

diff --git a/specials/SpecialSupportedLanguages.php 
b/specials/SpecialSupportedLanguages.php
index 3550cf0..32c11df 100644
--- a/specials/SpecialSupportedLanguages.php
+++ b/specials/SpecialSupportedLanguages.php
@@ -283,7 +283,7 @@
                $out = $this->getOutput();
 
                $langs = $this->languageCloud();
-               $out->addHtml( '<div class="tagcloud">' );
+               $out->addHtml( '<div class="tagcloud autonym">' );
                $langs = $this->shuffle_assoc( $langs );
                foreach ( $langs as $k => $v ) {
                        $name = isset( $names[$k] ) ? $names[$k] : $k;

-- 
To view, visit https://gerrit.wikimedia.org/r/90860
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic25162956efdc1d666cccc5c48e3f79bf38ba321
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Santhosh <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to