wagtail / wagtail-localize

Translation plugin for Wagtail CMS
https://wagtail-localize.org/
Other
222 stars 84 forks source link

Let machine translators skip fields #818

Closed tognee closed 2 weeks ago

tognee commented 2 weeks ago

Currently there is no way to keep a field not translated in case of issues with the machine translator. Setting the value to an empty StringValue will show the field as translated in the admin.

This patch will let machine translators omit the key value pair to keep the field not translated.