schmittjoh / JMSI18nRoutingBundle

Allows you to internationalize your routing
http://jmsyst.com/bundles/JMSI18nRoutingBundle
358 stars 159 forks source link

Translation not found #173

Closed picks44 closed 8 years ago

picks44 commented 8 years ago

Hello,

I've succesfully installed, configured, extracted and translated my routes via the web UI. All files are correct.

But when I try to test in a locale (different from the default one of course), my routes remain untranslated. If I do a app/console debug:router, I get translation.WARNING messages like

[2015-10-29 10:16:32] translation.WARNING: Translation not found. {"id":"des_iwid_front_about_news","domain":"routes","locale":"en"} 
[2015-10-29 10:16:32] translation.WARNING: Translation not found. {"id":"des_iwid_front_about_news","domain":"routes","locale":"fr_FR"} 
[2015-10-29 10:16:32] translation.WARNING: Translation not found. {"id":"des_iwid_front_about_article","domain":"routes","locale":"en"} 
[2015-10-29 10:16:32] translation.WARNING: Translation not found. {"id":"des_iwid_front_about_article","domain":"routes","locale":"fr_FR"} 

and so on...

What is wrong ?

picks44 commented 8 years ago

OK, just needed to clear the cache, obviously !