Closed
Bug 698537
Opened 13 years ago
Closed 11 years ago
Combine valid and supported languages on -dev
Categories
(addons.mozilla.org Graveyard :: Public Pages, enhancement, P5)
addons.mozilla.org Graveyard
Public Pages
Tracking
(Not tracked)
RESOLVED
WONTFIX
4.x (triaged)
People
(Reporter: clouserw, Assigned: clouserw)
Details
Combine valid and supported languages on -dev
Assignee | ||
Comment 1•13 years ago
|
||
I think this solves it:
AMO_LANGUAGES = AMO_LANGUAGES + HIDDEN_LANGUAGES
LANGUAGES = lazy(lazy_langs, dict)()
LANGUAGE_URL_MAP = dict([(i.lower(), i) for i in AMO_LANGUAGES])
Comment 2•13 years ago
|
||
Added.
Assignee | ||
Comment 3•13 years ago
|
||
That didn't solve the problem, no idea why. -> 4.x
Target Milestone: 6.3.0 → 4.x (triaged)
Assignee | ||
Comment 4•11 years ago
|
||
not enough detail here, wontfixing
Severity: normal → enhancement
Status: NEW → RESOLVED
Closed: 11 years ago
Priority: -- → P5
Resolution: --- → WONTFIX
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
•