@@ -84,7 +84,7 @@ |
||
84 | 84 | $translations = $import->getTranslationsFromFiles( |
85 | 85 | $domain, |
86 | 86 | null, |
87 | - [$this->getContainer()->getParameter('kernel.root_dir') . DIRECTORY_SEPARATOR . 'Resources' . DIRECTORY_SEPARATOR . 'translations'] |
|
87 | + [$this->getContainer()->getParameter('kernel.root_dir').DIRECTORY_SEPARATOR.'Resources'.DIRECTORY_SEPARATOR.'translations'] |
|
88 | 88 | ); |
89 | 89 | |
90 | 90 | $import->writeToStorage($domain, $translations); |