fix: html lang attr (#718)

pull/719/head
boojack 3 years ago committed by GitHub
parent 964c58ac01
commit 4a64a4dea8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,6 +46,7 @@ function App() {
}, [systemStatus]);
useEffect(() => {
document.documentElement.setAttribute("lang", locale);
i18n.changeLanguage(locale);
storage.set({
locale: locale,

Loading…
Cancel
Save