Closed
Bug 676631
Opened 14 years ago
Closed 14 years ago
[traceback] IndexError: list index out of range
Categories
(addons.mozilla.org Graveyard :: Localization, defect)
addons.mozilla.org Graveyard
Localization
Tracking
(Not tracked)
VERIFIED
FIXED
6.1.8
People
(Reporter: stephend, Unassigned)
References
()
Details
I know how much you love these, Jeff.
https://addons-origin.allizom.org/fr/firefox/jsi18n.js craps out:
Traceback (most recent call last):
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/core/handlers/base.py", line 111, in get_response
response = callback(request, *callback_args, **callback_kwargs)
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/utils/decorators.py", line 91, in _wrapped_view
response = view_func(request, *args, **kwargs)
File "/data/amo_python/www/preview/zamboni/vendor/src/django/django/views/i18n.py", line 236, in javascript_catalog
catalog = gettext_module.translation(domain, path, [locale])
File "/usr/lib/python2.6/gettext.py", line 480, in translation
t = _translations.setdefault(key, class_(open(mofile, 'rb')))
File "/usr/lib/python2.6/gettext.py", line 180, in __init__
self._parse(fp)
File "/usr/lib/python2.6/gettext.py", line 316, in _parse
plural = v[1].split('plural=')[1]
IndexError: list index out of range
Comment 1•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 2•14 years ago
|
||
Verified FIXED on https://addons-origin.allizom.org/fr/firefox/jsi18n.js.
Status: RESOLVED → VERIFIED
Target Milestone: --- → 6.1.8
| Assignee | ||
Updated•9 years ago
|
Product: addons.mozilla.org → addons.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•