Classes

ArrayLoader loads translations from a PHP array.
CsvFileLoader loads translations from CSV files.
IcuResFileLoader loads translations from a resource bundle.
IcuResFileLoader loads translations from a resource bundle.
IniFileLoader loads translations from an ini file.
JsonFileLoader loads translations from an json file.
PhpFileLoader loads translations from PHP files returning an array of translations.
QtFileLoader loads translations from QT Translations XML files.
XliffFileLoader loads translations from XLIFF files.
YamlFileLoader loads translations from Yaml files.

Interfaces

LoaderInterface is the interface implemented by all translation loaders.