|
| __construct (MessageGroup $group) |
| Load the messages group. More...
|
|
| name () |
| Get the extension name. More...
|
|
| __construct () |
| Load the list of languages: all the Messages*.php files in the languages directory. More...
|
|
| getCaseMismatchMagicWords ($code) |
| Get the magic words which do not match the case-sensitivity of the original words. More...
|
|
| getDuplicateMessages ($code) |
| Get the duplicate messages for a specific language. More...
|
|
| getEmptyMessages ($code) |
| Get the empty messages. More...
|
|
| getFallback ($code) |
| Get fallback language code for a specific language. More...
|
|
| getGeneralMessages () |
| Get all the general English messages, divided to groups: all - all the messages. More...
|
|
| getIgnoredMessages () |
| Get the ignored messages list. More...
|
|
| getLanguages () |
| Get the language list. More...
|
|
| getMagicWords ($code) |
| Get magic words for a specific language. More...
|
|
| getMessages ($code) |
| Get all the messages for a specific language (not English), without the fallback language messages, divided to groups: all - all the messages. More...
|
|
| getMessagesWithDubiousLinks ($code) |
| Get the messages which include dubious links. More...
|
|
| getMessagesWithMismatchVariables ($code) |
| Get the messages whose variables do not match the original ones. More...
|
|
| getMessagesWithoutPlural ($code) |
| Get the messages which do not use plural. More...
|
|
| getMessagesWithUnbalanced ($code) |
| Get the messages which include unbalanced brackets. More...
|
|
| getMessagesWithWhitespace ($code) |
| Get the messages with trailing whitespace. More...
|
|
| getMessagesWithWrongChars ($code) |
| Get the messages which include wrong characters. More...
|
|
| getNamespaceAliases ($code) |
| Get namespace aliases for a specific language. More...
|
|
| getNamespaceNames ($code) |
| Get namespace names for a specific language. More...
|
|
| getNonXHTMLMessages ($code) |
| Get the non-XHTML messages. More...
|
|
| getObsoleteMagicWords ($code) |
| Get the obsolete magic words. More...
|
|
| getObsoleteMessages ($code) |
| Get the obsolete messages for a specific language. More...
|
|
| getObsoleteSpecialPages ($code) |
| Get the obsolete special page names. More...
|
|
| getOptionalMessages () |
| Get the optional messages list. More...
|
|
| getOverridingMagicWords ($code) |
| Get the magic words that override the original English magic word. More...
|
|
| getProblematicProjectTalks ($code) |
| Get the project talk namespace names with no $1. More...
|
|
| getSpecialPageAliases ($code) |
| Get special page aliases for a specific language. More...
|
|
| getUntranslatedMagicWords ($code) |
| Get the untranslated magic words. More...
|
|
| getUntranslatedMessages ($code) |
| Get the untranslated messages for a specific language. More...
|
|
| getUntranslatedNamespaces ($code) |
| Get the untranslated namespace names. More...
|
|
| getUntraslatedSpecialPages ($code) |
| Get the untranslated special page names. More...
|
|