Jon Harald Søby
Jon Harald Søby
Since that doesn't include "Armenian: " either, it looks to me more like an issue of the entire template (in this case, `{{lang-hy}}`) not being included. In other words, it...
> @NovemLinguae That's an _imported_ issue from back when we used Bitbucket originally by sseb35. During the conversion everything got attributed to me :) I don't have anything work-in-progress, and...
I came here to request this as well. Would it be possible, @fnielsen? :-)
In the meantime, if anyone else happens upon this: A workaround is to paste the following in the browser's console: ```javascript $("tr").each( function() { $( this ).children("td").eq(2).children("a").closest("tr").remove(); });
Hi @ferdi2005, sorry for taking so long to reply (maybe I replied in person at the hackathon?). I figured out the reason for this, which is that Vikidia is rejected...
Hi, I just discovered the existence of this bot! I'm the one who made [@wikilinksbot](https://github.com/jhsoby/telegram-wikilinksbot) on Telegram. You may get some inspiration by how I solved this very problem in...
Ah, that's an even better solution than what I used, agreed! I think I will implement this too.