Hi,
I’m trying to use Strapi V5 i18n functionality, but it’s really hard to work with existing content that has multiple complex relations between them.
In order to translate a field that’s somewhere nested in my data structure, I need to recreate all the resources with their relations in another language and only after that I can start requesting content in another language.
The flexibility to have different content structure in another locale is great if you need it, but if you just want the same content structure in another locale, you have a lot of manual work to do in order to start translating.
I’m trying to create the functionality to clone content from one locale to another, and I’m able to do that, but without populating the relations.
The question would be, am I doing something wrong? Am I thinking about the problem wrong? The workflow seems overly complex to me.