Re: problem with languages, "preview comments" translation

2006-03-22 Thread coulix
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' %} /

Re: problem with languages, "preview comments" translation

2006-03-22 Thread coulix
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,

Re: problem with languages, "preview comments" translation

2006-03-22 Thread coulix
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