@o3r/localization
Version:
This module provides a runtime dynamic language/translation support and debug tools.
32 lines (31 loc) • 843 B
JSON
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "NgAddLocalizationSchematicsSchema",
"title": "Add Otter Localization to an existing component",
"description": "Add Otter Localization to an existing component",
"properties": {
"path": {
"type": "string",
"description": "Path to the component",
"default": ""
},
"specFilePath": {
"type": "string",
"description": "Path to spec file of the component"
},
"skipLinter": {
"type": "boolean",
"description": "Skip the linter process which includes EsLint and EditorConfig rules applying",
"default": false
},
"activateDummy": {
"type": "boolean",
"description": "Generate dummy values",
"default": false
}
},
"additionalProperties": true,
"required": [
"path"
]
}