UNPKG

otus-localization

Version:

A translation tool for Angular i18n(angular-t9n)

17 lines (16 loc) 535 B
{ "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json", "schematics": { "ng-add": { "description": "Add the translation app to your project", "factory": "./ng-add/index#ngAdd", "schema": "./ng-add/schema.json" }, "resolve-ng-locales": { "description": "Resolves the available locales from the @angular/common package", "private": true, "factory": "./resolve-ng-locales/index#resolveNgLocales", "schema": "./resolve-ng-locales/schema.json" } } }