Language detection

This commit is contained in:
Bat 2018-04-13 14:01:23 +01:00
parent 4bc866f98d
commit e3cfab8bb4
4 changed files with 10 additions and 11 deletions

View file

@ -50,7 +50,7 @@ export default {
PlaylistModal
},
created () {
this.$i18n.i18next.changeLanguage('fr')
// this.$i18n.i18next.changeLanguage('fr')
console.log(this.$t('Hello, world!'))
this.$store.dispatch('instance/fetchSettings')
let self = this