You are here

public function MessageCatalogueInterface::addCatalogue in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/translation/MessageCatalogueInterface.php \Symfony\Component\Translation\MessageCatalogueInterface::addCatalogue()

Merges translations from the given Catalogue into the current one.

The two catalogues must have the same locale.

Parameters

MessageCatalogueInterface $catalogue A MessageCatalogueInterface instance:

1 method overrides MessageCatalogueInterface::addCatalogue()
MessageCatalogue::addCatalogue in vendor/symfony/translation/MessageCatalogue.php
Merges translations from the given Catalogue into the current one.

File

vendor/symfony/translation/MessageCatalogueInterface.php, line 110

Class

MessageCatalogueInterface
MessageCatalogueInterface.

Namespace

Symfony\Component\Translation

Code

public function addCatalogue(MessageCatalogueInterface $catalogue);