mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-28 04:01:10 -04:00
Added the Arabic language localization
This commit is contained in:
@ -3,6 +3,7 @@ import VueI18n from 'vue-i18n'
|
||||
import en from './en.json'
|
||||
import fr from './fr.json'
|
||||
import es from './es.json'
|
||||
import ar from './ar.json'
|
||||
|
||||
Vue.use(VueI18n)
|
||||
|
||||
@ -11,7 +12,8 @@ const i18n = new VueI18n({
|
||||
messages: {
|
||||
en,
|
||||
fr,
|
||||
es
|
||||
es,
|
||||
ar
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user