TranslationLoader

TranslationLoader

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