Download the PHP package vanengers/prestashop-module-translation without Composer
On this page you can find all versions of the php package vanengers/prestashop-module-translation. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download vanengers/prestashop-module-translation
More information about vanengers/prestashop-module-translation
Files in vanengers/prestashop-module-translation
Package prestashop-module-translation
Short Description Extract and translate into xlf files
License MIT
Informations about the package prestashop-module-translation
prestashop-module-translation
Extract from your PrestaShop module PHP, Twig and Smarty files and translate them with Deepl. Export them to Xlf files to be automatically imported at module installation. Uses languages locales from PrestaShop.
Requirements
You need to add a custom repository to your composer.json
"repositories": [ { "type": "git", "url": "https://github.com/PrestaShopCorp/module-translation-tool.git", "symlink": false } ],
Install
composer require --dev vanengers/prestashop-module-translation
Usage
Optional Parameters
The saved translations.json file from a previous run.
The files generated for PrestaShop, this should be inside the module/translations folder.
A valid Deepl API key with usage leftover.
See https://www.deepl.com/nl/docs-api/translate-text for formality options
This option does not apply to all languages.
Use this to extract only certain file types.
Remarks
The DEEPL iso codes required format: ISO 3166-1 see: https://en.wikipedia.org/wiki/ISO_3166-1
Create your Deepl api key at DeepL
All versions of prestashop-module-translation with dependencies
vanengers/symfony-console-command-lib Version *
vanengers/catalog-translator Version *
ext-json Version *