diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-16 12:51:43 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-16 12:51:43 +0000 |
| commit | 6a3c9159338055339f64e73de39598d26e5656c8 (patch) | |
| tree | 0593aa5ee4219edf17b8168627ca1566c0f4c4bd /tests/regressiontests/makemessages/javascript.js | |
| parent | a1ecd073e6815ef94a46f7fc02cccda33ba44da9 (diff) | |
[1.1.X] Fixed #4695 - Worked around a problem of xgettext ignoring some translation strings in JavaScript files. Thanks, Ramiro Morales.
Backport of r12441.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12451 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/makemessages/javascript.js')
| -rw-r--r-- | tests/regressiontests/makemessages/javascript.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/regressiontests/makemessages/javascript.js b/tests/regressiontests/makemessages/javascript.js new file mode 100644 index 0000000000..bc5ec87957 --- /dev/null +++ b/tests/regressiontests/makemessages/javascript.js @@ -0,0 +1,4 @@ +// ' +gettext('This literal should be included.') +// ' +gettext('This one as well.') |
