mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 19:49:16 +02:00
Language detection
This commit is contained in:
parent
4bc866f98d
commit
e3cfab8bb4
4 changed files with 10 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue