xi18n.json 433 B

1234567891011121314151617
  1. {
  2. "$schema": "http://json-schema.org/schema",
  3. "$id": "ng-cli://commands/xi18n.json",
  4. "description": "Extracts i18n messages from source code.",
  5. "$longDescription": "",
  6. "$aliases": [],
  7. "$scope": "in",
  8. "$type": "architect",
  9. "$impl": "./xi18n-impl#Xi18nCommand",
  10. "type": "object",
  11. "allOf": [
  12. { "$ref": "./definitions.json#/definitions/architect" },
  13. { "$ref": "./definitions.json#/definitions/base" }
  14. ]
  15. }