UNPKG

ng-extract-i18n-merge

Version:

Extract and merge i18n xliff translation files for angular projects.

11 lines (10 loc) 345 B
{ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add ng-extract-i18n-merge to the project and configure setup.", "factory": "../dist/schematics/ng-add/index#ngAdd", "schema": "./ng-add/schema.json" } } }