You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
387 B

{
"$schema": "http://json-schema.org/schema",
"$id": "ng-extract-i18n-merge-ng-add",
"title": "Angular extract i18n and merge translation files",
"type": "object",
"properties": {
"project": {
"type": "string",
"description": "The name of the project.",
"$default": {
"$source": "projectName"
}
}
},
"required": []
}