Cannot add a Translation Provider plugin to empty project template

We've built a translation provider plugin which acts as a translation memory provider and can work with different language pairs.

But such plugin cannot be added to an empty project template (like the standard "Default" template) under Language Pairs > All Language Pairs > Translation Memory an Automated Translation, if there are no language pairs defined in the project. The message is: "The translation provider does not support any language pair in this project or project template". Is this expected behaviour or can it be changed via plugin code, without the need of adding a language pair to the project template settings?

Regards,

Bartosz

Parents
  • Hi Bartosz

    I assume you created an empty project using the SDK since there is no way you can create such a project in Studio. Problem is not with your plugin rather is the empty project which is not what Studio is expecting. For each enabled translated provider Studio is verifying if it supports the configured language pairs. If no language pairs are configured it will consider that the translation provider is not supporting the "language pairs" and show the message which you received. 

    Hope this helps.

    Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/

Reply
  • Hi Bartosz

    I assume you created an empty project using the SDK since there is no way you can create such a project in Studio. Problem is not with your plugin rather is the empty project which is not what Studio is expecting. For each enabled translated provider Studio is verifying if it supports the configured language pairs. If no language pairs are configured it will consider that the translation provider is not supporting the "language pairs" and show the message which you received. 

    Hope this helps.

    Romulus Crisan | Translation Productivity Development Manager | SDL | (twitter) @cromica_82 | (blog) http://www.romuluscrisan.com/

Children