fix translation issues & formatting

This commit is contained in:
Mohit Panjwani
2020-12-09 11:36:14 +05:30
parent c9086747a3
commit 034c7e385c
16 changed files with 1257 additions and 89 deletions

View File

@ -9,6 +9,7 @@ import pt_BR from './pt-br.json'
import it from './it.json'
import sr_LA from './sr-latn.json'
import nl from './nl.json'
import lv from './lv.json'
Vue.use(VueI18n)
@ -24,6 +25,7 @@ const i18n = new VueI18n({
it,
sr_LA,
nl,
lv,
},
})