When I run "manage.py makemessages -l en" a LC_MESSAGES dir is created for
the language "en" but no files are created.

One of the files that should contain a translation looks like:

{% load i18n %}

<li><a href="/profile">{% trans "Profile" %}</a></li>

In the settings the USE_I18N is set to true and added
'django.middleware.locale.LocaleMiddleware', to the middleware classes. The
templates are shown when i enter the address of the django server so i
conclude that the template directory is set correct.

Thanks in advance
-- 
Vriendelijke groeten / Kind regards

Ing. Roel Veldhuizen
Phone: +31 630 531 040
Skype: dhrroel
Company: http://www.paston.nl
Web: http://harx.nl <http://www.paston.nl/>
<http://www.paston.nl/>Book.me: http://roelveldhuizen.youcanbook.me/
Linked-in: http://nl.linkedin.com/in/roelveldhuizen
Twitter: http://twitter.com/roelveldhuizen

-- 
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users?hl=en.

Reply via email to