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
When rich text containing a strikethrough is sent to Smartling, it is not editable/translateable
This may be wagtail-localize or it might be Smartling, but either way we should disable the option in Wagtail's rich-text editor - we don't use it at the moment, so there won't be any loss
Struck-through text does not end up as editable at our l10n vendor's side of
things, which means localization breaks for any page containing it.
We don't use it anyway, so better to avoid it being sent over altogether.
The migration is needed because it describes the state of the page model
that already has a rich-text field in it, and we just changed that state
by removing a formatting option.
Resolves#15498
Struck-through text does not end up as editable at our l10n vendor's side of
things, which means localization breaks for any page containing it.
We don't use it anyway, so better to avoid it being sent over altogether.
The migration is needed because it describes the state of the page model
that already has a rich-text field in it, and we just changed that state
by removing a formatting option.
Resolves#15498
When rich text containing a strikethrough is sent to Smartling, it is not editable/translateable
This may be wagtail-localize or it might be Smartling, but either way we should disable the option in Wagtail's rich-text editor - we don't use it at the moment, so there won't be any loss
@alexgibson - sound OK to you?
The text was updated successfully, but these errors were encountered: