From e223ddb6439af1da2f7d4bbdfebad76a7c830e10 Mon Sep 17 00:00:00 2001 From: "Vicente J. Ruiz Jurado" Date: Thu, 16 Aug 2018 22:44:38 +0200 Subject: [PATCH] Preload langs --- imports/startup/common/i18n.js | 1 + 1 file changed, 1 insertion(+) diff --git a/imports/startup/common/i18n.js b/imports/startup/common/i18n.js index 218e46d..e6ecb61 100644 --- a/imports/startup/common/i18n.js +++ b/imports/startup/common/i18n.js @@ -41,6 +41,7 @@ const i18nOpts = { } }, whitelist: ['es', 'en', 'gl'], // allowed languages + preload: ['es', 'en', 'gl'], load: 'languageOnly', // 'es' o 'en', previously: 'all', // es-ES -> es, en-US -> en debug: shouldDebug, ns: 'common',