UNPKG

@rxap/plugin-localazy

Version:

This package provides executors and generators for integrating Localazy, a translation management platform, into Nx workspaces. It allows for downloading and uploading translations, managing configuration, and initializing Localazy within a project. The p

15 lines (14 loc) 417 B
{ "executors": { "download": { "implementation": "./src/executors/download/executor", "schema": "./src/executors/download/schema.json", "description": "Downloads i18n files from localazy" }, "upload": { "implementation": "./src/executors/upload/executor", "schema": "./src/executors/upload/schema.json", "description": "Uploadss i18n files from localazy" } } }