ongr-io / TranslationsBundle

Translations GUI for translating Symfony static strings
MIT License
5 stars 13 forks source link

Symfony file structure changed in Symfony3 #86

Open einorler opened 8 years ago

einorler commented 8 years ago

In Import service importComponentTranslationFiles() method, we are importing some symfony components translation files: https://github.com/ongr-io/TranslationsBundle/blob/5190dc91b838e4028a5e3141c28020179a91898f/Service/Import.php#L172 Problem is that in Symfony3 the structure of some of these files is changed and the tests are throwing errors when trying to import them.