2 * jQuery confirmable plugin customization for MediaWiki
4 * This file serves to inject our localised messages into it.
8 $.fn
.confirmable
.defaultOptions
.i18n
= {
9 space
: mw
.message( 'word-separator' ).text(),
10 confirm
: mw
.message( 'confirmable-confirm', mw
.user
).text(),
11 yes
: mw
.message( 'confirmable-yes' ).text(),
12 no
: mw
.message( 'confirmable-no' ).text(),
16 }( mediaWiki
, jQuery
) );