On 15-8-2012 19:27, ernando wrote:

> I just checked provided code - and it works ok (1.4 Django). Are u using 
> the latest version or 1.3 one?

Actually, my reply was a bit in a hurry cause I was on my way out. The
dollar sign means nothing to python or django templates, so it is just
raw text. Just to make sure no one thinks from my reading my reply that
dollar signs formats stuff as monetary ;)

On the OP's problem: make sure your translation file kept the format
string. The block will end up as:
#, python-format
msgid "Blah Blah $%(val)"
msgstr "..."

-- 
Melvyn Sopacua

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to