[ad_1]
According to Polylang’s documentation, it seems possible to assign a post as a different language version of another post using the following method:
POST /wp/v2/posts/3376?lang=fr&translations[en]=3374This usually means that post 3376 is the French version of post 3374.
But in my practice, post 3376 became an isolated French post and was not linked to post 3374.
I have encountered this problem on multiple instances. Is this a bug in the plugin?
