Skip to content

Akeneo OpenAI Translator is an extension for Akeneo PIM that allows seamless translation of text attribute values using the OpenAI API. This tool enhances your product information management by providing accurate and efficient translations, streamlining global content management.

License

Notifications You must be signed in to change notification settings

macopedia/akeneo-openai-translator

Repository files navigation

Akeneo OpenAi Translator

Extension for Akeneo adding mass translation options for attributes.

Installation

Install composer dependency

composer require macopedia/akeneo-openai-translator

register bundle in config/bundles.php

return [
    Macopedia\OpenAiTranslator\MacopediaTranslatorBundle::class => ['all' => true]
];

define Open AI Key in .env file:

OPEN_AI_KEY=yourapikey

add new job instance

bin/console akeneo:batch:create-job internal update_product_translations mass_edit update_product_translations '{}' 'Translate product'

Functionality

With our extension you can mass translate one attribute assigned to one channel to multiple attributes in multiple languages across different channels.

The highest quality of translation is ensured by artificial intelligence.

Extension uses Open AI API - ChatGPT v3.5

Requirements:

  • Akeneo PIM >= 6.x

Contact

Akeneo OpenAi translator is brought to you by Macopedia.

Contact us

About

Akeneo OpenAI Translator is an extension for Akeneo PIM that allows seamless translation of text attribute values using the OpenAI API. This tool enhances your product information management by providing accurate and efficient translations, streamlining global content management.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published