Re: 2401: strings escaping translation

2006-07-23 Thread Bill de hÓra
Kenneth Gonsalves wrote: > not sure where the tamil guys took the po file from - but since i > noticed the same thing in german also, i think that the strings in > question are not marked with _() The strings we're talking about are in the contrib.auth module. So I checked and they're all m

Re: 2401: strings escaping translation

2006-07-23 Thread Kenneth Gonsalves
On 23-Jul-06, at 7:18 AM, Bill de hÓra wrote: > http://code.djangoproject.com/ticket/2401 > > "strings escaping translation" > > The strings that stay in english aren't in the tamil .po file. I > think > the .po files might be out of sync with the source

2401: strings escaping translation

2006-07-22 Thread Bill de hÓra
Hi, http://code.djangoproject.com/ticket/2401 "strings escaping translation" The strings that stay in english aren't in the tamil .po file. I think the .po files might be out of sync with the source tree and that bin/make-messages.py needs to be rerun over the source. May