aboutsummaryrefslogtreecommitdiff
path: root/sandbox/testAppNevena/Front/node_modules/@angular/cli/commands/extract-i18n.json
blob: 2010fa8991903d204af615608b7182520613ff9f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "$schema": "http://json-schema.org/draft-07/schema",
  "$id": "ng-cli://commands/extract-i18n.json",
  "description": "Extracts i18n messages from source code.",
  "$longDescription": "",

  "$aliases": ["i18n-extract", "xi18n"],
  "$scope": "in",
  "$type": "architect",
  "$impl": "./extract-i18n-impl#ExtractI18nCommand",

  "type": "object",
  "allOf": [
    { "$ref": "./definitions.json#/definitions/architect" },
    { "$ref": "./definitions.json#/definitions/base" }
  ]
}