Fosuserbundle: Translations in symfony 4 not working

Created on 27 Jun 2018  路  2Comments  路  Source: FriendsOfSymfony/FOSUserBundle

In Symfony 4 storing translation files in /translations/ and changing them does not override the original file. For example, when saving FOSUserBundle.en.yml and changing the messages, this does nothing for me.

Most helpful comment

You were right, thanks. Stupid mistake. I'll close this issue.

All 2 comments

Did you cleared the cache (php bin/console cache:clear) after you copied the FOSUserBundle.en.yml to the /translations directory? I can not reproduce the problem (Symfony 4.1 + FOS UserBundle v2.1.2)

You were right, thanks. Stupid mistake. I'll close this issue.

Was this page helpful?
0 / 5 - 0 ratings