This should be fixed now: https://github.com/symfony/symfony/commit/c13b4e2b
Fabien -- Fabien Potencier Sensio CEO - Symfony lead developer sensiolabs.com | symfony.com | fabien.potencier.org Tél: +33 1 40 99 80 80 On 9/26/11 1:15 PM, Nicolò Pignatelli wrote:
Hello everybody. I'm using Symfony 2.0.3 and I noticed the following problem. This is my scenario: - Cache cleared, environment dev (but the same happens with prod). - First request to my page, a service set the session locale to 'it' - Some identifiers need to be translated; the it catalogue does not exists, so the en catalogue is used to translate those identifiers. - Identifiers are correctly translated with the en fallback. - The page is reloaded (cache is already warmed up): now the fallback is NOT working and I can see my identifiers instead of translation strings from the catalogue. - If I clear cache and reload my page again, the scenario reset to the first point. Any ideas? Thank you!
-- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-devs?hl=en
