New facts, which may help, i i put onmy detail page
{% load i18n %}
a part from the admin template
{% if not user.is_anonymous %}
{% trans 'Welcome,' %} {% if
user.first_name %}{{ user.first_name }}{% else %}{{ user.username }}{%
endif %}. {% block userlinks %}{% trans
'Documentation' %} /
Strange, apperently the admin is in the LANGUAGE_CODE language but nor
my website. Do i have to import anything special ?
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group,
Anyone using non english setting in their app ?
same problem with form validation error messages in english.
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to
i putted LANGUAGE_CODE = 'fr' in my settings.py
{% free_comment_form for recettes.recipes recipe.id %}
display a comments form in my template, but the button is still in
english.
"preview comments"
have a look
http://ozserver.no-ip.com:345/cefinban/recettes/guest-recipe/
why ?
i want to use eith
4 matches
Mail list logo