Setup translations with Vue

This commit is contained in:
Bat 2018-04-11 13:32:29 +01:00
parent a4418bdcfe
commit de753502c9
5 changed files with 39 additions and 2 deletions

View file

@ -49,6 +49,7 @@ export default {
PlaylistModal
},
created () {
console.log(this.$t('hello'))
this.$store.dispatch('instance/fetchSettings')
let self = this
setInterval(() => {