https://github.com/macopedia/akeneo-product-translation
https://github.com/macopedia/akeneo-product-translation
akeneo akeneo-pim pim
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/macopedia/akeneo-product-translation
- Owner: macopedia
- Created: 2021-01-20T10:45:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-06-15T13:01:34.000Z (almost 2 years ago)
- Last Synced: 2024-11-16T18:06:49.307Z (5 months ago)
- Topics: akeneo, akeneo-pim, pim
- Language: PHP
- Homepage:
- Size: 124 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Akeneo Product Attributes Translator
Akeneo's extension adding new mass edit type "Translate attributes".
### How to download and install the connector:
Install composer dependency
```shell
composer require macopedia/akeneo-product-translation
```register bundle in `config/bundles.php`
```php
return [
\Macopedia\Translator\MacopediaTranslatorBundle::class => ['dev' => true, 'test' => true, 'prod' => true],
];```
define Google Cloud Translate API Key in `.env` file:
```dotenv
GOOGLE_API_KEY=yourapikey
```add new job instance
```shell
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](https://cloud.google.com/translate)
### Requirements:
* Akeneo PIM >= 4.x