You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that the API doesn’t seem to handle the translation of some tags and attributes
I’m translating an article that includes images wrapped in <figure> elements, with captions inside <figcaption> tags. Here’s a simplified example of the HTML:
Hey there! 👋🏻
I noticed that the API doesn’t seem to handle the translation of some tags and attributes
I’m translating an article that includes images wrapped in
<figure>
elements, with captions inside<figcaption>
tags. Here’s a simplified example of the HTML:In this case, none of the
ABCD
strings (intitle
,alt
, orfigcaption
) were translated by the API.Is this expected behavior, or is there a way to ensure these parts are included in the translation?
The text was updated successfully, but these errors were encountered: