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';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue