Re: django-admin.py makemessages is ignoring .txt files

2010-04-16 Thread simonecare...@gmail.com
Hey, thank you for the quick and correct reply. Simone. On 16 Apr, 12:09, Tom Evans wrote: > On Fri, Apr 16, 2010 at 10:52 AM, simonecare...@gmail.com > > > > > > wrote: > > Hi all, > > > I'm noticing a strange problem with gettext makemessages command. > > > When I launch it to generate a .p

Re: django-admin.py makemessages is ignoring .txt files

2010-04-16 Thread Tom Evans
On Fri, Apr 16, 2010 at 10:52 AM, simonecare...@gmail.com wrote: > Hi all, > > I'm noticing a strange problem with gettext makemessages command. > > When I launch it to generate a .po file, it seems it completely > ignores i18n strings that are placed in .txt files. > Cannot see any way to get it

django-admin.py makemessages is ignoring .txt files

2010-04-16 Thread simonecare...@gmail.com
Hi all, I'm noticing a strange problem with gettext makemessages command. When I launch it to generate a .po file, it seems it completely ignores i18n strings that are placed in .txt files. Cannot see any way to get it referenced in the .po file. All others strings are correctly pickled. I'm ru