diff options
| author | Jannis Leidel <jannis@leidel.info> | 2010-02-16 12:13:23 +0000 |
|---|---|---|
| committer | Jannis Leidel <jannis@leidel.info> | 2010-02-16 12:13:23 +0000 |
| commit | e50eefceb6be7c074c3b48bc802fb766c22d25f2 (patch) | |
| tree | fe8145694584cd7cff4c3d69d4aed45c967ae7af /tests/regressiontests/makemessages/javascript.js | |
| parent | f93f056c32f614c9a130ec66824d94ec20526cdf (diff) | |
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
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.') |
