It does not work because you're trying to load the locale named "en", which is different of "en_US" or "en_EN". That's why your translations are not loaded. There's no such "default locale" thing that would load "en" when "en_US" does not exist.
++ On Mon, Nov 15, 2010 at 7:21 PM, Bertrand Zuchuat <[email protected]>wrote: > Hi, > > Thanks for your answer. > > This solution work but it's strange. > > Bertrand > > Le 15 nov. 2010 à 15:05, HTC a écrit : > > > I had a similar issue and solve by renaming the translation files in > > > > messages.en_EN.php > > messages.de_DE.php > > messages.en_US.php > > > > but still don't know why it doesn't work with just 'en'. > > -- > 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 users" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected]<symfony-users%[email protected]> > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en > -- Noël GUILBERT http://www.noelguilbert.com/ Twitter : http://twitter.com/noelguilbert http://www.sensiolabs.com http://www.symfony-project.com Sensio Labs Tél: +33 1 40 99 80 80 -- 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 users" 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-users?hl=en
