Hello! After integrating with @payload-enchants/translator the text values I receive are in an array form.
If the richText has some bold text and a link, each chunk is pushed into an array separately.
Translating each item, one by one, won't help with translations.
Example in Payload UI

Console log of the texts
[
'Post title in english',
'Summary in english',
'Some ',
'content',
' in ',
'english',
]
Any workarounds or proposals for it?
Hello! After integrating with
@payload-enchants/translatorthe text values I receive are in an array form.If the richText has some bold text and a link, each chunk is pushed into an array separately.
Translating each item, one by one, won't help with translations.
Example in Payload UI

Console log of the texts
Any workarounds or proposals for it?