@softkit/i18n
Version:
This library is a simple wrapper based on [nestjs-i18n](https://nestjs-i18n.com/)
16 lines • 525 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.i18nOptions = void 0;
const tslib_1 = require("tslib");
const node_path_1 = tslib_1.__importDefault(require("node:path"));
const loaders_1 = require("../../../loaders");
const i18nOptions = {
fallbackLanguage: 'en',
loaders: [
new loaders_1.I18nJsonLoader({
path: node_path_1.default.join(__dirname, '../../i18n'),
}),
],
};
exports.i18nOptions = i18nOptions;
//# sourceMappingURL=i18n-options.js.map