Version 0.9.5
- Initial work on the documentation
- Add docstrings for all models
- Add docstrings for all other classes
- Unpin Wagtail version (so it works on Wagtail > 2.11)
- Make foreign keys to untranslatable snippets overridable
- Display a warning when editing translations from an out of date schema
- Extract fields that have the same copy separately
- Extract links to segment and restore them while translating contributed by @mardiros
- Rebase on cookiecutter-wagtail-plugin template
- Check if wagtail.embeds is installed before importing EmbedBlock
- Implement a simple report
- Make locale components optional
- Hide segments that don't have an edit handler panel
- Check for invalid id on
<a>
while submitting translations contributed by @mardiros - Simplify
extract_strings
- Fix: Remove hard-coded admin base URLs
- Fix: Don't show option to translate alias if it's not in a different language tree