Good morning!<br><br>I collected month names at<br><a href="http://hu.wikipedia.org/wiki/Szerkeszt%C5%91:Bin%C3%A1ris/Tartalomjegyz%C3%A9kbot/H%C3%B3napok_%E2%80%93_Months">http://hu.wikipedia.org/wiki/Szerkeszt%C5%91:Bin%C3%A1ris/Tartalomjegyz%C3%A9kbot/H%C3%B3napok_%E2%80%93_Months</a><br clear="all">
as shown in archivebot.py. I need it for <a href="http://hu.wikipedia.org/wiki/Szerkeszt%C5%91:Bin%C3%A1ris/TOCbot">writing and testing the TOCbot</a>, which has to recognize short and long month names in archive name patterns. The relevant part of my code is:<br>
<b style="font-family: courier new,monospace;">    text += &#39;&lt;br&gt;&#39;.join([Site.mediawiki_message(MonthsS[i]) for i in range(12)]) + &#39;\n|&#39;<br>    text += &#39;&lt;br&gt;&#39;.join([Site.mediawiki_message(MonthsL[i]) for i in range(12)]) <br>
</b>for each Site in site.validLanguageLinks().<br><br>If there is any <span style="color: rgb(255, 102, 0);">Dutch</span> here, please check the <b>nl</b> row, because I saw that archivebot.py handles it in a specific way that I don&#39;t understand, and cannot check because of different locale.<br>
<br>Now, some rows show irregular behavior which I don&#39;t understand.<br><ol><li>In rows <b>ne</b> and <b>ti</b> a part of the short names seems to be native, and some of the short names English. (Apr, Oct in <b>ne</b> and from Jul to Dec in <b>ti</b>.) Is that perhaps a MediaWiki bug? <br>
</li><li>In the last row, <b>zu</b>, all the long names have a &#39;u&#39; at the beginning, just as in Python Unicode strings. Is that correct or some misbehaviour?</li><li>In the row <b>ba</b> there are two short names (ғин, май) that don&#39;t fit in the line. Or is that the other ten? They are different and lower case, while the others upper case and identical to the long name. Is that a bug or a feature? If bug, is it in MediaWiki?<br>
</li><li>There are two rows, <b>ba</b> and <b>ky</b>, where there are alternative versions in parenthesis, the basic version being <i>almost</i> identical to Russian. Does it mean that any of the given versions may appear in that wiki as a month name?<br>
</li></ol>-- <br>Bináris<br>