So, I’m using custom post types, all in PODS, and Polylang for translations. The thing is, when I try to translate one of the posts, all the content on the original post type is duplicated to the translated version.
For example, I have a field game title
in the custom post type. The english version is “Great game”, then I translate it with the +
of polylang, and add Buen juego
for the spanish language. When I check back the english version, the english text changed back to Buen juego
instead of remaining the original text.