Interface for file format support classes. More...
Classes | |
class | MediaWiki\Extension\Translate\FileFormatSupport\AmdFormat |
Support for the AMD i18n message file format (used by require.js and Dojo). More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\AndroidXmlFormat |
Support for XML translation format used by Android. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\AppleFormat |
AppleFFS class implements support for Apple .strings files. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\DtdFormat |
File format support for DTD. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\GettextFormat |
FileFormat class that implements support for gettext file format. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\IniFormat |
IniFormat currently parses and generates flat ini files with language code as header key. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\JavaFormat |
JavaFormat class implements support for Java properties files. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\JsonFormat |
JsonFormat implements a message format where messages are encoded as key-value pairs in JSON objects. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\SimpleFormat |
A very basic FileFormatSupport module that implements some basic functionality and a simple binary based file format. More... | |
class | MediaWiki\Extension\Translate\FileFormatSupport\YamlFormat |
Implements support for message storage in YAML format. More... | |
Interface for file format support classes.
These classes handle parsing and generating various different file formats where translation messages are stored.