How to create a new Translation provider
I am building a multi lingual site, and want to take advantage of the OOTB translation workflow, however the manual company that we use doesn't support AEM translations and I would like to build a translation provider so that we can interface directly with their systems to request and update translations.
I can't find any documentation on how to implement the api to build a new provider, and would like some guidence.
The fallback I have used on previous projects is to use a tool reading a spreadsheet, but would prefer to have something more automated.