On Thu, Apr 14, 2011 at 7:51 AM, Fidel Ramos <fidelra...@gmail.com> wrote:
> I included some fields from localflavor.es.forms in a project, and
> expected the error messages to appear translated, as localflavor
> already has a catalog. However the messages only appeared in English.
>
> Turns out the localflavor catalog is not automatically loaded, it must
> be included manually in the LOCALE_PATHS setting as implied by the
> internationalization documentation [1], because only the django/conf/
> locale catalog is loaded automatically.

Do you have django.contrib.localflavor listed in your INSTALLED_APPS
setting?.

-- 
Ramiro Morales

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To post to this group, send email to django-developers@googlegroups.com.
To unsubscribe from this group, send email to 
django-developers+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-developers?hl=en.

Reply via email to