class TranslationLoader

TranslationLoader loads translation messages from translation files.

Methods

addLoader(string $format, LoaderInterface $loader)

Adds a loader to the translation extractor.

loadMessages(string $directory, MessageCatalogue $catalogue)

Loads translation messages from a directory to the catalogue.

Details

at line line 38
addLoader(string $format, LoaderInterface $loader)

Adds a loader to the translation extractor.

Parameters

string $format The format of the loader
LoaderInterface $loader

at line line 49
loadMessages(string $directory, MessageCatalogue $catalogue)

Loads translation messages from a directory to the catalogue.

Parameters

string $directory the directory to look into
MessageCatalogue $catalogue the catalogue