fix: custom locale not being set until the settings tab is open

This commit is contained in:
Roberto Tonino
2020-09-23 18:15:59 +02:00
parent 53735647f9
commit 0eb0ebcbc9
3 changed files with 22 additions and 12 deletions

View File

@@ -722,7 +722,6 @@ export default {
let storedLocale = localStorage.getItem('locale')
if (storedLocale) {
this.$i18n.locale = storedLocale
this.currentLocale = storedLocale
}