@@ -75,7 +75,7 @@ |
||
75 | 75 | $translations = $import->getTranslationsFromFiles( |
76 | 76 | $domain, |
77 | 77 | null, |
78 | - [$this->getContainer()->getParameter('kernel.root_dir') . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'translations'] |
|
78 | + [$this->getContainer()->getParameter('kernel.root_dir').DIRECTORY_SEPARATOR.'Resources'.DIRECTORY_SEPARATOR.'translations'] |
|
79 | 79 | ); |
80 | 80 | |
81 | 81 | $import->writeToStorage($domain, $translations); |