Re: division breaks makemessages djangojs

2011-12-02 Thread Karen Tracey
On Thu, Dec 1, 2011 at 6:09 AM, Michael wrote: > [snipped description of makemessages for javascript failing to find some > strings] > > I am using Django 1.3.1, > > Well, I am happy again since I found out what the problem is. I write > this here, because I havent found out how to report the bu

division breaks makemessages djangojs

2011-12-01 Thread Michael
Just found out about some unexpected behavior of the "django-admin.py makemessages --all -d djangojs" command. Consider this JavaScript function: function baz() { gettext("first string"); var bar = 1; var foo = bar / 2; gettext("second string"); } The first string does appear in