Cli to import traductions from an API Endpoint
Use the package manager npm to install dynamic-i18n-cli.
npm install -S dynamic-i18n-cli
To import
npx dynamic-i18n-cli import|i <apiUrl> [localesPath]
To export
npx dynamic-i18n-cli export|e [localesPath]
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.