mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
build 220
This commit is contained in:
File diff suppressed because one or more lines are too long
@ -1,4 +1,4 @@
|
||||
{
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=37e6828267df7fe0f92a",
|
||||
"/assets/js/app.js": "/assets/js/app.js?id=b20880c1aac2aeab3640",
|
||||
"/assets/css/crater.css": "/assets/css/crater.css?id=ade5377bd8ec409249bf"
|
||||
}
|
||||
|
||||
@ -5,7 +5,7 @@ import fr from './fr.json'
|
||||
import es from './es.json'
|
||||
import ar from './ar.json'
|
||||
import de from './de.json'
|
||||
import ptBr from './pt-br.json'
|
||||
import pt_BR from './pt-br.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@ -17,7 +17,7 @@ const i18n = new VueI18n({
|
||||
es,
|
||||
ar,
|
||||
de,
|
||||
ptBr
|
||||
pt_BR
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user