mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
Merge pull request 'language change fixed' (#441) from fix/about into release/v9.1.0
This commit is contained in:
@ -297,6 +297,12 @@
|
||||
} else sdk.GetLocalFeatures = e => false;
|
||||
|
||||
CommonEvents.on('panel:show', onPanelShow.bind(this));
|
||||
CommonEvents.on('lang:changed', () => {
|
||||
if (this.view) {
|
||||
this.view.$dialog.titleText = utils.Lang.actAbout;
|
||||
$('#idx-about-version span', this.view.$body).text(utils.Lang.strVersion);
|
||||
}
|
||||
});
|
||||
|
||||
return this;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user