mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
fix translation issues & formatting
This commit is contained in:
@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user