ng-extract-i18n-merge
Version:
Extract and merge i18n xliff translation files for angular projects.
17 lines (16 loc) • 387 B
JSON
{
"$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": []
}