You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had some translations in my bundles, for example in src/Bundle/AppBundle/Resources/translations but when I moved it to app/Resources/AppBundle/translations in my Twig templates it shows that translations are missing. I've tried invalidating cache and restarting the IDE but it didn't help.
Is there any way I've missed to make it work or is it a bug?
// EDIT
I noticed that there's a Translation Root Path option in the Settings and it does make the translations work (after invalidating cache and restarting the IDE). However it's quite inconvenient since when you clear your cache then suddenly all the translations are marked as missing. Moreover with the translations placed straight in your bundles in src/ it didn't need the cache filled to see the translations.
The text was updated successfully, but these errors were encountered:
I had some translations in my bundles, for example in
src/Bundle/AppBundle/Resources/translations
but when I moved it toapp/Resources/AppBundle/translations
in my Twig templates it shows that translations are missing. I've tried invalidating cache and restarting the IDE but it didn't help.Is there any way I've missed to make it work or is it a bug?
// EDIT
I noticed that there's a
Translation Root Path
option in the Settings and it does make the translations work (after invalidating cache and restarting the IDE). However it's quite inconvenient since when you clear your cache then suddenly all the translations are marked as missing. Moreover with the translations placed straight in your bundles insrc/
it didn't need the cache filled to see the translations.The text was updated successfully, but these errors were encountered: