Fire popupsand active/archive urls
This commit is contained in:
parent
6870de4c7b
commit
eca58df6c2
15 changed files with 222 additions and 49 deletions
|
|
@ -53,7 +53,7 @@ i18nOpts.react = {
|
|||
nsMode: 'default' */
|
||||
};
|
||||
|
||||
const sendMissing = true;
|
||||
const sendMissing = Meteor.isDevelopment;
|
||||
if (sendMissing && !Meteor.isProduction) {
|
||||
i18nOpts.sendMissing = true;
|
||||
i18nOpts.sendMissingTo = 'fallback';
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ i18nOpts.backend.addPath = `${Meteor.rootPath}/../web.browser/app/${i18nOpts.bac
|
|||
|
||||
// console.log(i18nOpts.backend.loadPath);
|
||||
i18nOpts.debug = false;
|
||||
i18nOpts.saveMissing = true;
|
||||
i18nOpts.saveMissing = Meteor.isDevelopment;
|
||||
i18nOpts.initImmediate = false;
|
||||
|
||||
i18n
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue