Friday, May 30, 2014

Re: django ugettext translation glitch or as designed?

Thank you Ramiro!  That was it - I changed to ugettext_lazy() and it worked!

I want to separate the text from the templates - this is why I want to place the text in a separate file.  Placing the text within the template is a d

What approach should I take to just separate the text from from the templates and views?  I want the text easy to edit without worrying about tags around the text.  Any suggestions? 

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/2bad743d-d190-4ed1-affb-932e5c1e9236%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment