mirror of
https://github.com/ONLYOFFICE/desktop-apps.git
synced 2026-04-07 14:09:22 +08:00
fix bug 75222
This commit is contained in:
@ -467,6 +467,7 @@
|
||||
};
|
||||
|
||||
CommonEvents.on('lang:changed', (ol, nl) => {
|
||||
if (ol === nl) return;
|
||||
_resetPagination.call(this);
|
||||
_reload_templates(nl);
|
||||
_loadTemplates.call(this, nl);
|
||||
|
||||
Reference in New Issue
Block a user