Tobias Nyholm

Results 325 comments of Tobias Nyholm

> we should explain how to make sure one of the factories We can't make sure a message factory is installed. We would need another virtual package for that.

I know it was a long time ago you posted this issue. Do you still experiencing this? Or is it fixed in the latest version of the bundle?

I know it was a long time ago you posted this issue. Do you still experiencing this? Or is it fixed in the latest version of the bundle?

I know it was a long time ago you posted this issue. Do you still experiencing this? Or is it fixed in the latest version of the bundle?

I have heard that newer versions of Windows (maybe Windows server 2013) handles this properly. @clytemnestra, what OS are you running?

I have review this but I do not understand the problem. Or, I can reproduce it. I have a project where I **do not** use this bundle. The project has...

What if you add output format to your config? ``` yaml jms_translation: configs: app: dirs: [%kernel.root_dir%, %kernel.root_dir%/../src] output_dir: %kernel.root_dir%/Resources/translations ignored_domains: [routes] excluded_names: ["*TestCase.php", "*Test.php"] excluded_dirs: [cache, data, logs] extractors: [alias_of_the_extractor]...

What if you use the "keep"? ``` bash translation:extract en --keep --dir=./src/ --output-dir=./app/Resources/translations ```

Sorry for not replying. Thank you for reporting the issue and for coming back with a solution. I will open this as a reminder to add it to the docs....