What are you trying to achieve?
I want my scenario to read the internal links in a wordpress post so the translactions redirect you to the translated places instead of the original one (Example: if i click on a internal link that sends me to page “soccer” i need the spanish version to send me to “futbol”)
Steps taken so far
I have created a scenario that generates a WordPress post in Spanish and uses it to create translations (right now it only translates to English), but now I also need to handle the links, and I don’t know what to do. I have a text parser to extract the pattern of the links, but that’s it, and GPT is not being very helpful.