mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 20:21:10 -04:00
merge
This commit is contained in:
@ -8,6 +8,7 @@ import de from './de.json'
|
|||||||
import pt_BR from './pt-br.json'
|
import pt_BR from './pt-br.json'
|
||||||
import it from './it.json'
|
import it from './it.json'
|
||||||
import sr_LA from './sr-latn.json'
|
import sr_LA from './sr-latn.json'
|
||||||
|
import nl from './nl.json'
|
||||||
|
|
||||||
Vue.use(VueI18n)
|
Vue.use(VueI18n)
|
||||||
|
|
||||||
@ -22,6 +23,7 @@ const i18n = new VueI18n({
|
|||||||
pt_BR,
|
pt_BR,
|
||||||
it,
|
it,
|
||||||
sr_LA,
|
sr_LA,
|
||||||
|
nl,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user