mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Use 'uselang' when fetching unread page notifications
This would make the wiki names localized to the current user interface language, rather than the wiki language. Bug: T139807 Change-Id: I2b787e1486819d6833e169ac6db519cd36a3c3eb
This commit is contained in:
parent
1c166d2e1d
commit
3f723ab7d1
|
@ -67,7 +67,8 @@
|
|||
mw.echo.api.APIHandler.prototype.fetchUnreadNotificationPages = function ( sources ) {
|
||||
var params = {
|
||||
action: 'query',
|
||||
meta: 'unreadnotificationpages'
|
||||
meta: 'unreadnotificationpages',
|
||||
uselang: this.userLang
|
||||
};
|
||||
|
||||
if ( !sources || sources === '*' ) {
|
||||
|
|
Loading…
Reference in a new issue