Remove this.currentLocale

This commit is contained in:
Preston 2021-05-06 23:06:56 -04:00
parent 8e4fe4eacb
commit 785e7b15bb
1 changed files with 0 additions and 1 deletions

View File

@ -130,7 +130,6 @@ export default Vue.extend({
localStorage.setItem('locale', 'system')
} else {
this.$i18n.locale = 'en-US'
this.currentLocale = 'en-US'
localStorage.setItem('locale', 'en-US')
}
} else {