fix bug 75222

This commit is contained in:
Dmitry-Ilyushechkin
2025-10-02 11:03:07 +03:00
parent b19d72794f
commit 9f3cf405da

View File

@ -467,6 +467,7 @@
};
CommonEvents.on('lang:changed', (ol, nl) => {
if (ol === nl) return;
_resetPagination.call(this);
_reload_templates(nl);
_loadTemplates.call(this, nl);