Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
thewickest opened this issue Sep 2, 2024 · 1 comment
Open

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

thewickest opened this issue Sep 2, 2024 · 1 comment

Comments

@thewickest
Copy link

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):

  • OS: MacOs Ventura 13.6.7
  • Browser: N/A
  • Versions:
    • strapi: 4.22
    • strapi-plugin-translate: 1.2.4
    • provider: strapi-provider-translate-deepl
@sargreal
Copy link
Member

sargreal commented Sep 3, 2024

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

  • share the exact content type and component schemas or
  • create a new public repository with a simple strapi environment where you can reproduce the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Investigate
Development

No branches or pull requests

2 participants