On Nov 11, 1:12 pm, "Antoni Aloy" <[EMAIL PROTECTED]> wrote:

> I have such a problem once and it was solved adding the application in
> the config file.
>
> On the other hand, I assume you have extracted thetranslationstrings
> and you're using the right language in your browser, that is the
> language on which you want the pages or you have managed yourself to
> change the languaje.
>
> --
> Antoni Aloy López
> Blog:http://trespams.com
> Site:http://apsl.net

Ok so I"m able to create the .po and .mo files with the translation
strings from my templates,
however, the strings do not translate when I change the language. The
weird thing is all the strings that
are set for translation in my views work just not the template
strings.

I used a

{% ifequal LANGUAGE_CODE 'fr' %}
some text here
{% else %}

in my template to see if it was receiving the language code to go from
english to french and it is apparently
recognizing it.

help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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