mirror of
https://github.com/django/django.git
synced 2025-11-24 21:00:12 +00:00
Fixed #4695 - Worked around a problem of xgettext ignoring some translation strings in JavaScript files. Thanks, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@12441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
f93f056c32
commit
e50eefceb6
6 changed files with 47 additions and 1 deletions
4
tests/regressiontests/makemessages/javascript.js
Normal file
4
tests/regressiontests/makemessages/javascript.js
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
// '
|
||||
gettext('This literal should be included.')
|
||||
// '
|
||||
gettext('This one as well.')
|
||||
Loading…
Add table
Add a link
Reference in a new issue