macopedia / akeneo-product-translation
Translation extension for Akeneo
Installs: 109
Dependents: 0
Suggesters: 0
Security: 0
Stars: 6
Watchers: 2
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- akeneo/pim-community-dev: ^4.0.0||^5.0.0||^6.0.0
- google/cloud-translate: ^1.9
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.18
- phpstan/phpstan: ^0.12.68
- phpunit/phpunit: ^9
README
Akeneo's extension adding new mass edit type "Translate attributes".
How to download and install the connector:
Install composer dependency
composer require macopedia/akeneo-product-translation
register bundle in config/bundles.php
return [ \Macopedia\Translator\MacopediaTranslatorBundle::class => ['dev' => true, 'test' => true, 'prod' => true], ];
define Google Cloud Translate API Key in .env
file:
GOOGLE_API_KEY=yourapikey
add new job instance
bin/console akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'
Features:
With Akeneo Product Attributes Translator you can make mass edit job to translate multiple text attributes from one channel and one locale to target channel and target locale.
Extension uses Google Cloud Translation API
Requirements:
- Akeneo PIM >= 4.x