bug in “django-admin.py makemessages” or xgettext call? -> “warning: unterminated string”
问题 django-admin.py makemessages dies with errors "warning: unterminated string" on cases where really long strings are wrapped: string = "some text \ more text\ and even more" These strings don't even need to be translated - e.g. sql query strings. The problem goes away when I concatenate the string, but the result looks ugly and it takes time to join them... Does anyone have a problem like this? Have you found a way to fix it? I have the following versions of the tools involved: xgettext-0.17,