Page MenuHomePhabricator

mw.notify needs to be i18n-ized
Closed, ResolvedPublic

Description

Currently something like

mw.loader.using( 'mediawiki.notify', function () {
        mw.notify( mw.config.get( 'formWizardProject' ) +
		' Complete', { type: 'info' } );
	} );

Expected

The message text complete needs to be removed and replaced with a message.

Event Timeline

Eugene233 moved this task from Backlog to Tasks in progress(Doing) on the FormWizard board.
Eugene233 updated the task description. (Show Details)
Eugene233 updated the task description. (Show Details)

Change 475973 had a related patch set uploaded (by Eugene233; owner: Eugene233):
[mediawiki/extensions/FormWizard@master] mw.notify needs to be i18n-ized

https://gerrit.wikimedia.org/r/475973

Change 475973 merged by jenkins-bot:
[mediawiki/extensions/FormWizard@master] mw.notify needs to be i18n-ized

https://gerrit.wikimedia.org/r/475973

marking this as resolved.