mirror of
https://github.com/FreeTubeApp/FreeTube
synced 2024-11-27 12:29:17 +01:00
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
Block a user