syncDictionary() public method

Synchronizes database and filesystem translations
public syncDictionary ( )
 public function syncAction() : RedirectResponse
 {
     $this->manager->syncDictionary();
     $this->manager->getFlashHelper()->addSuccess('translation.flashes.success.synchronization');
     return $this->redirectToAction('index');
 }