BazingaJsTranslationBundle icon indicating copy to clipboard operation
BazingaJsTranslationBundle copied to clipboard

Dump - No translation files

Open th3squal opened this issue 6 years ago • 5 comments

Hi,

I've got a strange issue, it seems that finder doesn't find translation files on Symfo 3.3

When I use dump command, folder and config file are successfully dumped, but no translation files.

If I spy content of translator finder, it return empty array.

Any idee of my misconfiguration?

Thanks

th3squal avatar Nov 03 '17 14:11 th3squal

Same issue here.

jrmyio avatar Nov 28 '17 12:11 jrmyio

~~Having the same problem with SF3.4. The only file dumped is config.js~~

Never mind. This is fixed in master.

Sander-Toonen avatar Dec 11 '17 19:12 Sander-Toonen

Same issue here :(

erichard avatar Apr 13 '18 13:04 erichard

I had same issue, solution was to clear cache in dev env before dumping command

jmwierzbicki avatar Apr 25 '18 06:04 jmwierzbicki

After many hours of debugging I finally figured out my problem.

I had the version 2.6.31 in my composer.lock, which existed only for 3h (commit). So I never could update to 2.6.5 which bring support for Symfony 3.3. I've changed my composer.json to this

"willdurand/js-translation-bundle": "^2.6,!=2.6.31",

Everything works fine now. So much bad luck here, I lost hours because of a typo one year ago.

erichard avatar May 04 '18 14:05 erichard