Fix absolute path
This commit is contained in:
parent
d7b32dece8
commit
af042b8722
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ import i18nOpts from '../common/i18n';
|
||||||
// import { T9n } from 'meteor-accounts-t9n';
|
// import { T9n } from 'meteor-accounts-t9n';
|
||||||
|
|
||||||
// vi ostrio:meteor-root
|
// vi ostrio:meteor-root
|
||||||
i18nOpts.backend.loadPath = `${Meteor.absolutePath}/public${i18nOpts.backend.loadPath}`;
|
i18nOpts.backend.loadPath = `${Meteor.rootPath}/../web.browser/app/${i18nOpts.backend.loadPath}`;
|
||||||
i18nOpts.backend.addPath = `${Meteor.absolutePath}/public${i18nOpts.backend.addPath}`;
|
i18nOpts.backend.addPath = `${Meteor.rootPath}/../web.browser/app/${i18nOpts.backend.addPath}`;
|
||||||
|
|
||||||
// console.log(i18nOpts.backend.loadPath);
|
// console.log(i18nOpts.backend.loadPath);
|
||||||
i18nOpts.debug = false;
|
i18nOpts.debug = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue