-
-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loss of links between the translation when working on multiple blogs #147
Comments
Update: Let's assume I created new post as described above. Then, I imported the content from another language version. Once the content import is completed, the information about other translations is lost, only the source and destination of the import are left. 🏳️ |
Update-2 Thanks again for this amazing plugin :) P.S. Sorry for spamming you with posts and pull requests, I am new to contributions with this platform. I usually keep my code here and it's literally my first time doing it. |
I have the same problem! |
Any chance this issue will be fixed? |
Describe the bug
Assume that the website works with 3 different languages English, Norwegian and Danish. The articles on the website are posted on all 3 sources and occasionally translated from one language to another. Once you translate articles between the websites, the plugin is only passing information about the article source from which you translate instead of passing all the existing translations. Therefore, removes the interdependencies between the languages. Same goes for the terms.
To Reproduce
Steps to reproduce the behavior:
Expected behaviour
Keep the linking to all the translations when creating a new translation of a post.
Screenshots
Step 1)
Step 4)
Step 6)
Additional context
I proposed a working solution for this issue and also the previous feature request (incomplete) in the latest pull. However, I am not a php programmer so the implementation might not be the best. I really hope that it helps in plugin development :)
Cheers!
The text was updated successfully, but these errors were encountered: