Version 1.0 Release Candidate
This is the first release candidate for Wagtail Localize 1.0
Full release should be ready sometime in August
Changes since 0.9.5:
- Documentation has been improved
- Added support for Wagtail 2.13, Django 3.2, and Python 3.9
- Added support for using Google Cloud Translation as a machine translator
- External URLs extracted from links in rich text fields are now overridable
- Display an error if user tries to publish while a segment is being edited
- Updated translations
Bug fixes:
- Current Locale can no longer be selected in "Sync from" field
- Use gettext_lazy to avoid generating unnecessary migrations (v.paritskiy)