Fekide / strapi-plugin-translate

Strapi plugin for automated translations using different Translate Providers
https://market.strapi.io/plugins/strapi-plugin-translate
MIT License
46 stars 18 forks source link

[BUG]: Translate plugin not working with multiple Editors. #427

Open thewickest opened 1 week ago

thewickest commented 1 week ago

Describe the bug The translate plugin is not working with multiple dynamic component (ex.: more than one Rich Text editor). If you have a dynamic component inside an Type and you add many components of that type, only the first component it's translated.

To Reproduce Steps to reproduce the behavior:

  1. Create a Type with a Dynamic Section
  2. Inside that Dynamic Section add the Rich Text Editor component from Strapi
  3. Add content to that Type with many Rich Text Editors
  4. Translate the Type to another language with the plugin
  5. In the translated Type, you will see that only the first module it's translated

Expected behavior Every module should be translated.

System (please complete the following information):

sargreal commented 1 week ago

Thank you @thewickest for opening this issue!

I have tried to reproduce this issue with your provided details, however I do not see the same behavior. Can you please either