Allowing Intentionally Blank Translations In Wagtail
When translating content into 80+ languages, not every field needs to be translated. Recently, we ran into this issue with
wagtail-localize
, and here is how we implemented a way to mark fields as "intentionally blank" in a Wagtail project.
…