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
16 lines (15 loc) • 449 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_GETTEXT_CONFIG = void 0;
exports.DEFAULT_GETTEXT_CONFIG = {
gettext: {
locales: ['en'],
defaultLocale: 'en',
markers: ['getText', 'dictionary'],
gettextExtractorOptions: {
pattern: '**/*.@(ts|js|tsx|jsx)',
},
po2jsonOptions: { format: 'mf' },
resetUnusedTranslates: 'true',
},
};