r100159 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r100158‎ | r100159 | r100160 >
Date:20:53, 18 October 2011
Author:platonides
Status:deferred
Tags:
Comment:
Modified paths:
  • /trunk/tools/code-utils/read_wfMsgCalls.py (modified) (history)

Diff [purge]

Index: trunk/tools/code-utils/read_wfMsgCalls.py
@@ -37,7 +37,7 @@
3838 lightMessageStrings = False
3939
4040 # Name of the wfMsg functions to search in the code
41 -messageFunctions = [ "wfMsg", "wfMessage", "wfMessageFallback", "wfMsgExt", "wfMsgForContent", "wfMsgNoTrans", "wfMsgForContentNoTrans", "wfMsgReal", "wfMsgHtml", "wfMsgWikiHtml", "wfEmptyMsg", "wfMsgReplaceArgs", "wfMsgGetKey" ]
 41+messageFunctions = [ "wfMsg", "wfMessage", "wfMessageFallback", "wfMsgExt", "wfMsgForContent", "wfMsgNoTrans", "wfMsgForContentNoTrans", "wfMsgReal", "wfMsgHtml", "wfMsgWikiHtml", "wfEmptyMsg", "wfMsgReplaceArgs", "wfMsgGetKey", "addWikiMsg", "wrapWikiMsg", "addWikiMsgArray" ]
4242
4343
4444 # MESSAGES FOLDERS AND FILES

Follow-up revisions

RevisionCommit summaryAuthorDate
r100160Import wfMsg statistics script by Seb35 (follow-up r100158, r100159)...platonides20:54, 18 October 2011

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r19major updatesmagnus_manske17:27, 3 October 2001
r100158Import wfMsg statistics script by Seb35,...platonides20:52, 18 October 2011

Status & tagging log