SingleFileBasedMessageGroup is a special case of FileBasedMessageGroup. More...
SingleFileBasedMessageGroup is a special case of FileBasedMessageGroup.
It should be used for all file based message groups that store all language translations in single file.
It triggers special handling when importing external changes, since we actually need to parse the file to look what languages are present instead of just checking whether files with specific names exist.
The message group should go together with FFS implementation that handles multiple languages in one file efficiently. See MediaWikiExtensionFFS for high quality example implementation.
Definition at line 26 of file SingleFileBasedMessageGroup.php.