My translated website version of symfony 2.2 was right till I have upgraded to v.2.3.2.
I have all my translated files in yml format. And seems to be good.
I have seen that in the new version, Symfony use its own Intl, right? But why it doesn't want to translate my pages?
1/1 InvalidArgumentException: Only the locale "en" is supported.
for information i have these values into my php info:
intl
Internationalization support enabled
version 1.1.0
ICU version 4.8.1.1
ICU Data version 4.8.1
Directive Local Value Master Value
intl.default_locale no value no value
intl.error_level 0 0
EDIT:
It seems that the problem comes from the CountryType. If I force the locale to english it works.