1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

chore: update README.md

This commit is contained in:
2021-04-26 10:16:55 +02:00
parent 773cb36ca1
commit 04cd806954
2 changed files with 6 additions and 17 deletions

View File

@@ -10,7 +10,7 @@ const i18n = new VueI18n({
'ar-SA': require('./ar-SA'),
'es-ES': require('./es-ES'),
'fr-FR': require('./fr-FR'),
'pt-BR': require('./pt-BR')
'pt-BR': require('./pt-BR')
}
});
export default i18n;