mirror of
https://github.com/django/django.git
synced 2025-08-01 17:42:56 +00:00
Fixed #7704, #14045 and #15495 -- Introduce a lexer for Javascript to fix multiple problems of the translation of Javascript files with xgettext. Many thanks to Ned Batchelder for his contribution of the JsLex library.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
d14eb13992
commit
64e19ffb4e
6 changed files with 494 additions and 8 deletions
|
@ -18,3 +18,4 @@ from datastructures import *
|
|||
from tzinfo import *
|
||||
from datetime_safe import *
|
||||
from baseconv import *
|
||||
from jslex import *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue