IT Italian translation

This commit is contained in:
alessandrofuda
2020-03-20 18:18:27 +01:00
parent e33e314cb7
commit 79c16d74ce
4 changed files with 931 additions and 5 deletions

View File

@ -6,6 +6,7 @@ import es from './es.json'
import ar from './ar.json'
import de from './de.json'
import pt_BR from './pt-br.json'
import it from './it.json'
Vue.use(VueI18n)
@ -17,7 +18,8 @@ const i18n = new VueI18n({
es,
ar,
de,
pt_BR
pt_BR,
it
}
})