Last modified: 2013-09-16 22:39:22 UTC
Created attachment 13120 [details] Screenshot from my Notifications page on en.wp with uselang=qqx [[Special:Notifications]] (partially) doesn't respect ?uselang= URL parameter. Try e.g. https://meta.wikimedia.org/wiki/Special:Notifications?uselang=qqx – some text will be replaced by message names (usual behavior with qqx), while some willbe still displayed in your user language.
Or in other words, all uses of ->inLanguage() in Echo, except for the ones for formatting e-mails, need to go. uselang=qqx is a very useful feature and it's a shame it breaks here.
(In reply to comment #1) > Or in other words, all uses of ->inLanguage() in Echo, except for the ones > for > formatting e-mails, need to go. uselang=qqx is a very useful feature and > it's a > shame it breaks here. Yeah, ->inLanguage() should only be used for the emails.
Change 81170 had a related patch set uploaded by Bsitu: archive page and overlay should respect ?uselang=xxx https://gerrit.wikimedia.org/r/81170
Change 81170 had a related patch set uploaded by Bartosz Dziewoński: archive page and overlay should respect ?uselang=xxx https://gerrit.wikimedia.org/r/81170
Change 81170 merged by EBernhardson (WMF): Archive page and overlay should respect ?uselang=xxx https://gerrit.wikimedia.org/r/81170
Yay, thanks guys.