Add missing lang in html document

This commit is contained in:
Chocobozzz 2023-03-01 16:04:40 +01:00
parent b9200c6411
commit 42ccccb83a
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 2 additions and 0 deletions

View File

@ -146,6 +146,8 @@ loadServerConfig()
})
}
document.documentElement.lang = currentLanguage.split('_')[0]
app.use(router)
app.mount('#app')