fix: custom locale not being set until the settings tab is open
This commit is contained in:
@@ -722,7 +722,6 @@ export default {
|
||||
let storedLocale = localStorage.getItem('locale')
|
||||
|
||||
if (storedLocale) {
|
||||
this.$i18n.locale = storedLocale
|
||||
this.currentLocale = storedLocale
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user