Closed Bug 1363320 Opened 7 years ago Closed 7 years ago

Contributors list for Turkish doesn't load

Categories

(Webtools Graveyard :: Pontoon, enhancement, P2)

enhancement

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: selim, Assigned: mathjazz)

Details

Attachments

(1 file)

Attached image tr-contributors.jpg
It seems like the contributors list for Turkish (https://pontoon.mozilla.org/tr/contributors/) doesn't load properly. Contributor counter is missing and the rest of the page is empty.
Assignee: nobody → m
Priority: -- → P2
:mathjazz
It's caused because javascript tries to split url by the 'tr' locale code which is inside the 'contributors' string.
I executed following JS:
> window.location.pathname + window.location.search
"/tr/contributors/"

> (window.location.pathname + window.location.search).split('tr')
Array [ "/", "/con", "ibutors/" ]
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Product: Webtools → Webtools Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: