Hi, we have tried to integrate the Phrase and Builder.io with custom components. However, when we try to translate the component with subfields. Subfields doesn’t get include and doesn’t send to Phrase for translation.
Here is my sample repo with component that I use GitHub - llun/builderio-subfields-bugs
and the JSON data in the page
The problem here is meta.localizedTextInputs
doesn’t include those children fields.
Builder content link
Detailed steps to reproduce the bug
- Setup Phrase integration
- Build a custom component with subfields
- Enter text in the subfields
- Select those sub fields for localized
- Publish page
- Click Translate the page
Code stack you are integrating Builder with
Next.JS
Reproducible code example