Last change
on this file since bdd6491 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
485 bytes
|
Line | |
---|
1 | {
|
---|
2 | "$schema": "http://json-schema.org/draft-07/schema",
|
---|
3 | "$id": "ng-cli://commands/extract-i18n.json",
|
---|
4 | "description": "Extracts i18n messages from source code.",
|
---|
5 | "$longDescription": "",
|
---|
6 |
|
---|
7 | "$aliases": ["i18n-extract", "xi18n"],
|
---|
8 | "$scope": "in",
|
---|
9 | "$type": "architect",
|
---|
10 | "$impl": "./extract-i18n-impl#ExtractI18nCommand",
|
---|
11 |
|
---|
12 | "type": "object",
|
---|
13 | "allOf": [
|
---|
14 | { "$ref": "./definitions.json#/definitions/architect" },
|
---|
15 | { "$ref": "./definitions.json#/definitions/base" }
|
---|
16 | ]
|
---|
17 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.