Go to the source code of this file.
Variables | |
$wgIgnoredMessages | |
Ignored messages, which should exist only in the English messages file. | |
$wgOptionalMessages | |
Optional messages, which may be translated only if changed in the target language. | |
$wgEXIFMessages | |
EXIF messages, which may be set as optional in several checks, but are generally mandatory. |
Definition in file messageTypes.inc.
$wgEXIFMessages |
EXIF messages, which may be set as optional in several checks, but are generally mandatory.
Definition at line 343 of file messageTypes.inc.
Referenced by languages::__construct().
$wgIgnoredMessages |
Ignored messages, which should exist only in the English messages file.
Definition at line 10 of file messageTypes.inc.
Referenced by languages::__construct(), and MessageWriter::writeMessagesArray().
$wgOptionalMessages |
Optional messages, which may be translated only if changed in the target language.
Definition at line 160 of file messageTypes.inc.
Referenced by languages::__construct(), and MessageWriter::writeMessagesArray().