i18n for input method settings
Change-Id: Id6cf3f24fe355a6757533d3b7f302e3d33cfa0c3
This commit is contained in:
committed by
Siebrand Mazeland
parent
a9aa42bf87
commit
8069e530e7
@@ -83,7 +83,7 @@
|
||||
|
||||
$moreSettingsLink = $( '<a>' ).text( 'More settings' )
|
||||
.addClass( 'uls-ime-more-settings-link' )
|
||||
.attr( 'data-i18n', 'ext-uls-ime-more-settings' );
|
||||
.attr( 'data-i18n', 'ext-uls-input-more-settings' );
|
||||
|
||||
$moreSettingsLink.languagesettings( {
|
||||
defaultModule: 'input',
|
||||
@@ -100,6 +100,8 @@
|
||||
e.stopPropagation();
|
||||
} );
|
||||
|
||||
$moreSettingsLink.i18n();
|
||||
|
||||
return $moreSettingsLink;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user