From 0bf72e55f4301f225178d239a4e8ef8b963c21cd Mon Sep 17 00:00:00 2001 From: "Phyks (Lucas Verney)" Date: Sun, 22 Jul 2018 16:15:50 +0200 Subject: [PATCH] Use English locale as fallback --- src/i18n/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/i18n/index.js b/src/i18n/index.js index 25441ee..0ff5512 100644 --- a/src/i18n/index.js +++ b/src/i18n/index.js @@ -59,4 +59,5 @@ AVAILABLE_LOCALES.forEach((item) => { export default new VueI18n({ messages, + fallbackLocale: 'en', });