https://bugzilla.wikimedia.org/show_bug.cgi?id=41884
--- Comment #13 from Siebrand <[email protected]> 2012-11-09 12:35:23 UTC --- (In reply to comment #10) > Sorry for probably a stupid question, but could you point me out which line of > MessagesUk.php > contains a translation for the name of Special:ExpandTemplates page, for > instance? The answer is that it is not in there. ExpandTemplates is a MediaWiki extension that defines it's special page names in the extension. MessagesUk.php only contains special page names for special pages that are part of MediaWiki core. So the file you're looking for is in another repo (all URLs shorted, because bugzilla fucks them up), namely that of ExpandTemplates: http://hexm.de/ExpandTemplatesRepo The link to the file is http://hexm.de/ni. The translation is on line 307. -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
