From 440f6c610de7590ee52b5da6e8638673dc3426aa Mon Sep 17 00:00:00 2001 From: vjrj Date: Wed, 15 Nov 2017 20:00:46 +0100 Subject: [PATCH] Enabled missings in i18n --- imports/startup/client/i18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imports/startup/client/i18n.js b/imports/startup/client/i18n.js index 6abc3c6..e3cf5a3 100644 --- a/imports/startup/client/i18n.js +++ b/imports/startup/client/i18n.js @@ -60,7 +60,7 @@ i18n.use(backend) whitelist: false, // whitelist: ['es', 'en'], // allowed languages load: 'all', // es-ES -> es, en-US -> en - debug: false, + debug: true, ns: 'common', defaultNS: 'common', saveMissing: true, // if true seems it's fails to getResourceBundle