Remove this.currentLocale
This commit is contained in:
parent
8e4fe4eacb
commit
785e7b15bb
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue