mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Add Arabic translation
This commit is contained in:
@ -6,7 +6,8 @@ Vue.use(VueI18n);
|
||||
const i18n = new VueI18n({
|
||||
messages: {
|
||||
'en-US': require('./en-US'),
|
||||
'it-IT': require('./it-IT')
|
||||
'it-IT': require('./it-IT'),
|
||||
'ar-SA': require('./ar-SA')
|
||||
}
|
||||
});
|
||||
export default i18n;
|
||||
|
Reference in New Issue
Block a user