UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

14 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_EXTRACT_I18N_CONFIG = void 0; exports.DEFAULT_EXTRACT_I18N_CONFIG = { extracti18n: { locales: ['en'], markers: ['getText', 'dictionary'], resetUnusedTranslates: 'true', clientProjectNameParts: ['client'], e2eProjectNameParts: ['e2e'], serverProjectNameParts: ['server', '-ms'], }, }; //# sourceMappingURL=extract-i18n.config.js.map