diff --git a/flatisfy/web/js_src/i18n/index.js b/flatisfy/web/js_src/i18n/index.js index 9f0f33e..bf8fec7 100644 --- a/flatisfy/web/js_src/i18n/index.js +++ b/flatisfy/web/js_src/i18n/index.js @@ -3,6 +3,7 @@ import VueI18n from 'vue-i18n' // Import translations import en from './en' +import fr from './fr' Vue.use(VueI18n) @@ -32,7 +33,8 @@ export function getBrowserLocales () { } const messages = { - 'en': en + 'en': en, + 'fr': fr } const locales = getBrowserLocales()