Hoi.<br>When I read this post, it is obviously by someone for whom Internationalisation and localisation is something of an after thought and not a crucially&nbsp; important feature of the MediaWiki software. The characterisation of &quot;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&quot; makes it blatantly obvious that internationalisation and localisation is considered secundary.<br>
<br>With more then half of the Wikipedia content in languages other then English, it should be clear that these developers are working on probably the most important feature of MediaWiki because their work affects more then half of the content and when you look at traffic numbers according to Alexa, 48% of the traffic is for the non English language wikipedias. Localisation is key for Wikipedia and for the Wikimedia Foundation. As these &quot;desperate&quot; developers are volunteers themselves, as they have been able to increase the quality of the localisation, as they have improved the localisation environment for translators at Betawiki, as they have increased the number of extensions that are now supported for internationalisation and localisation I fail to see how they can be seen as desperate; they are proving themselves to be among the most valuable developers we have. Their work impacts more then half our users .<br>
<br>In conclusion, it is thanks to these developers and the localisers that MediaWiki and Wikipedia is this useful. They maintain a cornerstone of the MediaWiki software.<br>Thanks,<br>&nbsp;&nbsp;&nbsp;&nbsp; GerardM<br><br><div class="gmail_quote">
On Thu, Jul 3, 2008 at 10:12 PM, Jack Phoenix &lt;<a href="mailto:wikia.jack@gmail.com">wikia.jack@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
(cc&#39;d to mediawiki-i18n mailing list too)<br>
<br>
In r30349, Raymond fixed bug 10365 (<br>
<a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=10365" target="_blank">https://bugzilla.wikimedia.org/show_bug.cgi?id=10365</a>), allowing<br>
Special:Version to be localized. However, I am not sure how smart an idea<br>
that was, since nowadays almost every extension has a description message.<br>
Why so?<br>
<br>
Firstly, let&#39;s have a look at WikiTextLoggedInOut extension (<br>
<a href="http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiTextLoggedInOut/" target="_blank">http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/WikiTextLoggedInOut/</a>).<br>
It is a simple parser hook extension from Wikia I added on 30th of June to<br>
the SVN repository. It adds two parser hooks that show different output to<br>
the user depending on his/her login status. How simple is that? Well, it has<br>
a description message too. It is a simple parser hook tag that does not need<br>
i18n at all, unlike special page extensions and such do.<br>
<br>
Secondly, some extensions, such as the above-mentioned WikiTextLoggedInOut<br>
have only one message... the description message. Now, with the i18n file<br>
being added, the extension&#39;s i18n gets loaded on every pageload if the page<br>
has the extension tag. I am relatively sure that it slows things down. Maybe<br>
only a few milliseconds, but the point is that it can be avoided.<br>
<br>
Thirdly, what if the original developer wants or needs to change the<br>
extension description, upon adding or removing some features? That&#39;s right,<br>
some languages would see old messages with incorrect information while some<br>
other languages might have correct info. And users might end up trying to<br>
use a removed feature, which would obviously cause them frustration. After<br>
all, you cannot demand that volunteer translators do translations 24 hours<br>
per day. In fact, we already have several developers continuously working on<br>
i18n, desperately trying to keep them in sync - resources that would be much<br>
better spent on developing new functionality and fixing bugs.<br>
<br>
I have heard an interesting argument in favor of description messages: that<br>
they allow the wiki users to know what features are installed and what they<br>
can use. Now, I don&#39;t think that&#39;s true. The local help pages are for<br>
documentation and so are the extension pages on MediaWiki.org. If something<br>
should be done, the local admins/sysadmins should create a help page about<br>
the feature or announce it and maybe point the users to MediaWiki.org for<br>
more information if they don&#39;t create a help page or such.<br>
<br>
I have spoken to several fellow MediaWiki / extension developers, some<br>
native English speakers and some are not, but most of them seem to agree<br>
that the localization of Special:Version is &quot;i18n gone bad&quot;. I have to agree<br>
with them, as description messages do not provide anything useful for users<br>
or developers - having, for example, the words &quot;MWSearch plugin&quot; in 39<br>
different languages (<br>
<a href="http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MWSearch/MWSearch.i18n.php?revision=36271&amp;view=markup" target="_blank">http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/MWSearch/MWSearch.i18n.php?revision=36271&amp;view=markup</a>)<br>

is probably one of the most pathological examples. These extension<br>
description messages just cause extra stress for MediaWiki and the servers<br>
running MediaWiki. In the past, you could always find at least one English<br>
page on the wiki, no matter what its content language was - Special:Version.<br>
Now you have to add ?uselang=en to see the &#39;correct&#39; version of the page.<br>
<br>
Another interesting and related point is the addition of core &#39;blank&#39; page<br>
in r36856 (<a href="http://svn.wikimedia.org/viewvc/mediawiki?view=rev&amp;revision=36856" target="_blank">http://svn.wikimedia.org/viewvc/mediawiki?view=rev&amp;revision=36856</a>)<br>
by Domas. He added the blank special page as a baseline to profile startup<br>
times. He used to use Special:Version for profiling, but since it&#39;s<br>
overloaded with useless i18n crap now, it is no longer effective.<br>
<br>
If there is something that should be translated in Special:Version, it most<br>
certainly is not extension descriptions. It is the license text. And to<br>
avoid legal issues, it should have a hardcoded English string, for example,<br>
&quot;The English version of the license can be found here&quot; or something. As a<br>
user, I would like to know my legal rights rather than of what parts the<br>
software is made of.<br>
<br>
I believe that the description message / localization of Special:Version<br>
does more harm than it does good, plus it is pointless (as Rob Church<br>
correctly pointed out in his initial reaction:<br>
<a href="https://bugzilla.wikimedia.org/show_bug.cgi?id=10365#c1" target="_blank">https://bugzilla.wikimedia.org/show_bug.cgi?id=10365#c1</a>). I would request<br>
that this would be removed from core.<br>
<font color="#888888"><br>
--<br>
Jack Phoenix<br>
_______________________________________________<br>
Wikitech-l mailing list<br>
<a href="mailto:Wikitech-l@lists.wikimedia.org">Wikitech-l@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/wikitech-l" target="_blank">https://lists.wikimedia.org/mailman/listinfo/wikitech-l</a><br>
</font></blockquote></div><br>