Skip to content

Commit

Permalink
Support for Symfony 3
Browse files Browse the repository at this point in the history
Note that this commit keep the compatibility with Symfony > 2.7
  • Loading branch information
raziel057 committed Jan 28, 2016
1 parent d20c998 commit 4c5c0c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Command/ImportTranslationsCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@ protected function importTranslationFilesFromPath($path, array $locales, array $
protected function importComponentTranslationFiles(array $locales, array $domains)
{
$classes = array(
'Symfony\Component\Validator\Validator' => '/Resources/translations',
'Symfony\Component\Validator\Validation' => '/Resources/translations',
'Symfony\Component\Form\Form' => '/Resources/translations',
'Symfony\Component\Security\Core\Exception\AuthenticationException' => '/../../Resources/translations',
'Symfony\Component\Security\Core\Exception\AuthenticationException' => '/../Resources/translations',
);

$dirs = array();
Expand Down

0 comments on commit 4c5c0c6

Please sign in to comment.