add fallback language and generate public files

This commit is contained in:
Mohit Panjwani
2021-03-24 17:01:38 +05:30
parent 8693672b09
commit 3f7db2793f
3 changed files with 3 additions and 2 deletions

View File

@ -19,6 +19,7 @@ Vue.use(VueI18n)
const i18n = new VueI18n({
locale: 'en',
fallbackLocale: 'en',
messages: {
en,
fr,