public function MessageCatalogueInterface::addCatalogue in Plug 7
Merges translations from the given Catalogue into the current one.
The two catalogues must have the same locale.
@api
Parameters
MessageCatalogueInterface $catalogue A MessageCatalogueInterface instance:
1 method overrides MessageCatalogueInterface::addCatalogue()
- MessageCatalogue::addCatalogue in lib/
Symfony/ translation/ MessageCatalogue.php - @api
File
- lib/
Symfony/ translation/ MessageCatalogueInterface.php, line 132
Class
- MessageCatalogueInterface
- MessageCatalogueInterface.
Namespace
Symfony\Component\TranslationCode
public function addCatalogue(MessageCatalogueInterface $catalogue);