UNPKG

@ngneat/transloco

Version:

The internationalization (i18n) library for Angular

31 lines (30 loc) 848 B
{ "$schema": "http://json-schema.org/schema", "id": "SchematicsTranslocoKeysManager", "title": "Add Transloco Keys Manager to your project", "type": "object", "properties": { "strategy": { "description": "The strategy which will be used to work with the CLI.", "x-prompt": "Which strategy do you want to use?", "type": "string", "default": "both", "enum": ["CLI", "Webpack Plugin", "Both"] }, "langs": { "type": "string", "description": "The languages of the project." }, "translationPath": { "type": "string", "description": "The folder that contain the root translation files.", "default": "src/assets/i18n/", "alias": "root" }, "project": { "type": "string", "description": "The root project name." } }, "required": [] }