Author: Adam Piotrowski (adam@wellcommerce.org)
Inheritance: extends WellCommerce\Bundle\CoreBundle\Manager\AbstractManager
 public function syncAction() : RedirectResponse
 {
     $this->manager->syncDictionary();
     $this->manager->getFlashHelper()->addSuccess('translation.flashes.success.synchronization');
     return $this->redirectToAction('index');
 }