2016-09-23 14:32:22 +00:00
|
|
|
// Copyright IBM Corp. 2016. All Rights Reserved.
|
|
|
|
// Node module: loopback
|
|
|
|
// This file is licensed under the MIT License.
|
|
|
|
// License text available at https://opensource.org/licenses/MIT
|
|
|
|
|
2016-09-16 19:31:48 +00:00
|
|
|
var path = require('path');
|
|
|
|
var SG = require('strong-globalize');
|
|
|
|
|
|
|
|
SG.SetRootDir(path.join(__dirname, '..'), { autonomousMsgLoading: 'all' });
|
|
|
|
module.exports = SG();
|