Tobias Nyholm

Results 325 comments of Tobias Nyholm

For symfony there is no need to set these locales. For this bundle however, yes we need a list of locales to be able to show you proper data in...

Hm I see. Each Configuration object needs the locale because they should be self-contained. Ie "here is everything you need to know about this configuration". I do also see updates...

Tell me more. You want to enable and disable this in runtime. How would you store the data if it is enable or disabled?

Okey. I misunderstood. I thought you wanted to disable it for all users. Im 👍 Maybe you can redirect the user back to where he/she came from?

What is needed from the bundle's side to support this?

I do not think that is a part of the WebUI. The feature is available by the Profiler integration. How to enable: http://php-translation.readthedocs.io/en/latest/symfony/profiler-ui.html Image: https://raw.githubusercontent.com/Happyr/TranslationBundle/master/src/Resources/doc/images/missing-translation-example.gif Image: https://raw.githubusercontent.com/Happyr/TranslationBundle/master/src/Resources/doc/images/edit-flag-sync-example.gif

Im saying that you _can_ do that already. But you have to use the symfony profiler integration. The profiler integration provides that exact functionality and the WebUI is for editing...

> WebUI also shows the translations in the other locales. Ah, I see. I actually had that problem. I usually go to Loco and translate new strings there. 👍

The tabs are all from Symfony. They are using the Symfony translation data collector. But isn't this a feature? You can have all "normal" translations in `de` and if there...