Create Translation Service Provider | Community
Skip to main content
Level 2
July 22, 2020

Create Translation Service Provider

  • July 22, 2020
  • 2 replies
  • 3152 views

I would like to ask, how can I create a plugin what I can use to integrate with a CAT tool.

If you can send me link/links, where I should start is appriciated.

 

Thank you so much!

Norbert Szolnoki

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Nupur_Jain
Adobe Employee
Adobe Employee
July 22, 2020

Hi @nszolnoki 

 

There is a sample Bootstrap Translator Connector available from where you can take reference. The codebase is available publically and you can get fair idea around the implementation.

 

Git Repo : https://github.com/Adobe-Marketing-Cloud/aem-translation-framework-bootstrap-connector

 

It provide best practices for building the connector and serve as a reference implementation of the Translation API.

 

Java API : https://helpx.adobe.com/experience-manager/6-4/sites/developing/using/reference-materials/javadoc/com/adobe/granite/translation/api/TranslationService.html

 

 Refer https://www.tothenew.com/blog/how-to-implement-a-translation-connector-in-aem/  for quick guidance.

 

Hope it helps!

Thanks!

Nupur

NSzolnokiAuthor
Level 2
July 24, 2020

Hi @nupur_jain!

 

Thank you so much for the links.

I tried to build for my on-prem AEM server, but I got the following errors:

UPDATE:
I was able to build it with:
"mvn -PautoInstallPackage -Padobe-public clean install"

But the bootstrap did not shown at cloud services configuration.

 

Nupur_Jain
Adobe Employee
Adobe Employee
July 24, 2020

Hi @nszolnoki 

 

Do you see any ierror in error.log?