http://www.mediawiki.org/wiki/Special:Code/MediaWiki/100159
Revision: 100159 Author: platonides Date: 2011-10-18 20:53:27 +0000 (Tue, 18 Oct 2011) Log Message: ----------- Import wfMsg statistics script by Seb35 (follow-up r100158) per http://lists.wikimedia.org/pipermail/mediawiki-i18n/2011-September/000344.html thread. Source https://svn.toolserver.org/svnroot/seb35/mediawiki/read_wfMsgCalls.py r19 Modified Paths: -------------- trunk/tools/code-utils/read_wfMsgCalls.py Modified: trunk/tools/code-utils/read_wfMsgCalls.py =================================================================== --- trunk/tools/code-utils/read_wfMsgCalls.py 2011-10-18 20:52:08 UTC (rev 100158) +++ trunk/tools/code-utils/read_wfMsgCalls.py 2011-10-18 20:53:27 UTC (rev 100159) @@ -37,7 +37,7 @@ lightMessageStrings = False # Name of the wfMsg functions to search in the code -messageFunctions = [ "wfMsg", "wfMessage", "wfMessageFallback", "wfMsgExt", "wfMsgForContent", "wfMsgNoTrans", "wfMsgForContentNoTrans", "wfMsgReal", "wfMsgHtml", "wfMsgWikiHtml", "wfEmptyMsg", "wfMsgReplaceArgs", "wfMsgGetKey" ] +messageFunctions = [ "wfMsg", "wfMessage", "wfMessageFallback", "wfMsgExt", "wfMsgForContent", "wfMsgNoTrans", "wfMsgForContentNoTrans", "wfMsgReal", "wfMsgHtml", "wfMsgWikiHtml", "wfEmptyMsg", "wfMsgReplaceArgs", "wfMsgGetKey", "addWikiMsg", "wrapWikiMsg", "addWikiMsgArray" ] # MESSAGES FOLDERS AND FILES _______________________________________________ MediaWiki-CVS mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs
