i18n for input method settings

Change-Id: Id6cf3f24fe355a6757533d3b7f302e3d33cfa0c3
This commit is contained in:
Santhosh Thottingal
2012-10-30 15:45:36 +05:30
committed by Siebrand Mazeland
parent a9aa42bf87
commit 8069e530e7
5 changed files with 30 additions and 6 deletions

View File

@@ -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;
};