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