Merge "Fix remaining strings not participating in live language preview"
This commit is contained in:
@@ -55,8 +55,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();
|
||||
|
||||
Reference in New Issue
Block a user