Handling translations with GTranslate plugin or other options

Hello community, I was trying this GTranslate wp plugin Translate WordPress with GTranslate – Plugin WordPress | WordPress.org España in a frontity project. The plugin shortocode (that I put in the homepage) get exposed to the wp rest api (image below), and I was trying to do a “content.rendered”, but as expected it doesn’t work because it has tag and jquery functions (error image below). So, If I wanna use this specific plugin, how it should be handled with frontity?.


Maybe another option could be to install a npm package like this google-translate - npm , this should work ok with frontity , right?

Thanks in advanced