Fix remaining strings not participating in live language preview

Change-Id: Id2dc9279e4bfae499a6e8b00a34a74c5505512b2
This commit is contained in:
Niklas Laxström
2014-02-01 11:22:30 +00:00
parent 086ad49f6a
commit 9fb8c3fdf0
3 changed files with 6 additions and 6 deletions

View File

@@ -56,8 +56,8 @@
+ '</div>';
function InputSettings( $parent ) {
this.name = $.i18n( 'ext-uls-input-settings-title-short' );
this.description = $.i18n( 'ext-uls-input-settings-desc' );
this.nameI18n = 'ext-uls-input-settings-title-short';
this.descriptionI18n = 'ext-uls-input-settings-desc';
this.$template = $( template );
this.uiLanguage = this.getInterfaceLanguage();
this.contentLanguage = this.getContentLanguage();