<p>(cc&#39;d to mediawiki-i18n mailing list too)</p>
<p>In r30349, Raymond fixed bug 10365 (<a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=10365">https://bugzilla.wikimedia.org/show_bug.cgi?id=10365</a>), allowing Special:Version to be localized. However, I am not sure how smart an idea that was, since nowadays almost every extension has a description message. Why so?</p>

<p>Firstly, let&#39;s have a look at WikiTextLoggedInOut extension (<a href="http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiTextLoggedInOut/">http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiTextLoggedInOut/</a>). It is a simple parser hook extension from Wikia I added on 30th of June to the SVN repository. It adds two parser hooks that show different output to the user depending on his/her login status. How simple is that? Well, it has a description message too. It is a simple parser hook tag that does not need i18n at all, unlike special page extensions and such do.</p>

<p>Secondly, some extensions, such as the above-mentioned WikiTextLoggedInOut have only one message... the description message. Now, with the i18n file being added, the extension&#39;s i18n gets loaded on every pageload if the page has the extension tag. I am relatively sure that it slows things down. Maybe only a few milliseconds, but the point is that it can be avoided.</p>

<p>Thirdly, what if the original developer wants or needs to change the extension description, upon adding or removing some features? That&#39;s right, some languages would see old messages with incorrect information while some other languages might have correct info. And users might end up trying to use a removed feature, which would obviously cause them frustration. After all, you cannot demand that volunteer translators do translations 24 hours per day. In fact, we already have several developers continuously working on i18n, desperately trying to keep them in sync - resources that would be much better spent on developing new functionality and fixing bugs.</p>

<p>I have heard an interesting argument in favor of description messages: that they allow the wiki users to know what features are installed and what they can use. Now, I don&#39;t think that&#39;s true. The local help pages are for documentation and so are the extension pages on MediaWiki.org. If something should be done, the local admins/sysadmins should create a help page about the feature or announce it and maybe point the users to MediaWiki.org for more information if they don&#39;t create a help page or such.</p>

<p>I have spoken to several fellow MediaWiki / extension developers, some native English speakers and some are not, but most of them seem to agree that the localization of Special:Version is &quot;i18n gone bad&quot;. I have to agree with them, as description messages do not provide anything useful for users or developers - having, for example, the words &quot;MWSearch plugin&quot; in 39 different languages (<a href="http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MWSearch/MWSearch.i18n.php?revision=36271&amp;view=markup">http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MWSearch/MWSearch.i18n.php?revision=36271&amp;view=markup</a>) is probably one of the most pathological examples. These extension description messages just cause extra stress for MediaWiki and the servers running MediaWiki. In the past, you could always find at least one English page on the wiki, no matter what its content language was - Special:Version. Now you have to add ?uselang=en to see the &#39;correct&#39; version of the page.</p>

<p>Another interesting and related point is the addition of core &#39;blank&#39; page in r36856 (<a href="http://svn.wikimedia.org/viewvc/mediawiki?view=rev&amp;revision=36856">http://svn.wikimedia.org/viewvc/mediawiki?view=rev&amp;revision=36856</a>) by Domas. He added the blank special page as a baseline to profile startup times. He used to use Special:Version for profiling, but since it&#39;s overloaded with useless i18n crap now, it is no longer effective.</p>

<p>If there is something that should be translated in Special:Version, it most certainly is not extension descriptions. It is the license text. And to avoid legal issues, it should have a hardcoded English string, for example, &quot;The English version of the license can be found here&quot; or something. As a user, I would like to know my legal rights rather than of what parts the software is made of.</p>

<p>I believe that the description message / localization of Special:Version does more harm than it does good, plus it is pointless (as Rob Church correctly pointed out in his initial reaction: <a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=10365#c1">https://bugzilla.wikimedia.org/show_bug.cgi?id=10365#c1</a>). I would request that this would be removed from core.<br clear="all">
<br>-- <br>Jack Phoenix</p>