mirror of
https://git.vectorsigma.ru/public/AdGuardHome.git
synced 2026-08-03 21:19:40 +00:00
fix
This commit is contained in:
@@ -9,6 +9,7 @@ import { Footer } from 'panel/common/ui/Footer';
|
||||
import { Header } from 'panel/common/ui/Header';
|
||||
import Settings from 'panel/containers/Settings';
|
||||
|
||||
import { LocalesType } from 'panel/common/intl';
|
||||
import Toasts from '../Toasts';
|
||||
import i18n from '../../i18n';
|
||||
import { THEMES } from '../../helpers/constants';
|
||||
@@ -63,7 +64,7 @@ const App = () => {
|
||||
}
|
||||
}
|
||||
|
||||
i18n.on('languageChanged', (lang) => {
|
||||
i18n.on('languageChanged', (lang: LocalesType) => {
|
||||
dispatch(changeLanguage(lang));
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user