Page MenuHomePhabricator

List of languages incomplete
Closed, DeclinedPublic

Description

Visit http://simple.m.wikipedia.org/wiki/Surveyor_General
Toggle open languages
The article is available in 1 language (English) but this is not listed.


Version: unspecified
Severity: normal

Details

Reference
bz41458

Event Timeline

bzimport raised the priority of this task from to Needs Triage.Nov 22 2014, 12:49 AM
bzimport set Reference to bz41458.
bzimport added a subscriber: Unknown Object (MLST).

Change was reverted. That wasn't the fix we wanted - we were seeing the existing language in the list.

The above patch hides the empty list. I'm not sure how to show English on simple Wiki - it seems that $wgLanguageCode for simple wiki is 'en' so it is currently being hidden. Is there something else we can test against (e.g. check if the variant is the same?)

I hate to suggest this, but we could special case simplewiki/enwiki and also check $wgSitename. Are there are other WMF projects that have this same problem (multiple language subdomains that actually share $wgLanguageCode)?

(In reply to comment #6)

I hate to suggest this, but we could special case simplewiki/enwiki and also
check $wgSitename. Are there are other WMF projects that have this same problem
(multiple language subdomains that actually share $wgLanguageCode)?

None other than en/simple.

This appears to have fixed itself. Don't you love it when that happens? I suspect the variant changes from jgonera fixed this.