Index: trunk/tools/code-utils/read_wfMsgCalls.py |
— | — | @@ -37,7 +37,7 @@ |
38 | 38 | lightMessageStrings = False |
39 | 39 | |
40 | 40 | # 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" ] |
42 | 42 | |
43 | 43 | |
44 | 44 | # MESSAGES FOLDERS AND FILES |