You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I’m using Wagtail localize and having an issue getting the translated pages (in French) to sync to changes in the original language (English). It synced once in the beginning, but after that, I am unable to get the synchronization to go into the French page. Is there a reason why the synchronization won’t work after the initial translation? I noticed the “Translate with Dummy translator” button is greyed out in the destination page, and none of the new text I entered in the English page appears in the destination (French) page, after I save the draft and hit the “sync translated pages” button. It seems the target page did not detect the changes in the original language, even after the "sync translated pages" was pressed. Any idea on how to debug this or what’s happening would be greatly appreciated.I’m not sure if this is normal behavior. Below are relevant sections of my settings (base.py) file:
@bonegenetics does this happen with all pages? just one? Are you able to replicate this consistently, and if so can you share a screen recording of the whole process (from new page in source language, to when the issue arises)?
Also, the DummyTranslator class is very much for testing purposes so you can remove the setting
after I save the draft and hit the “sync translated pages” button
The sync translation button syncs to the latest published page, not the latest draft page.
So if you publish and then hit sync, the translation will update. I was also confused by this behaviour :) I think it'd be good to sync up to the latest revision instead of the latest published change.
Hello,
I’m using Wagtail localize and having an issue getting the translated pages (in French) to sync to changes in the original language (English). It synced once in the beginning, but after that, I am unable to get the synchronization to go into the French page. Is there a reason why the synchronization won’t work after the initial translation? I noticed the “Translate with Dummy translator” button is greyed out in the destination page, and none of the new text I entered in the English page appears in the destination (French) page, after I save the draft and hit the “sync translated pages” button. It seems the target page did not detect the changes in the original language, even after the "sync translated pages" was pressed. Any idea on how to debug this or what’s happening would be greatly appreciated.I’m not sure if this is normal behavior. Below are relevant sections of my settings (base.py) file:
I'm a newbie with Wagtail... using Django 5.0.8, Python 3.11.9, Wagtail 6.2.1, Wagtail localize 1.9.1
The text was updated successfully, but these errors were encountered: