UNPKG

@biesbjerg/ngx-translate-extract

Version:

Extract strings from projects using ngx-translate

12 lines 384 B
Object.defineProperty(exports, "__esModule", { value: true }); exports.SortByKeyPostProcessor = void 0; class SortByKeyPostProcessor { constructor() { this.name = 'SortByKey'; } process(draft, extracted, existing) { return draft.sort(); } } exports.SortByKeyPostProcessor = SortByKeyPostProcessor; //# sourceMappingURL=sort-by-key.post-processor.js.map