Releases: wagtail/wagtail-localize-git
Releases · wagtail/wagtail-localize-git
Version 0.9
Practically rewritten!
Version 0.2.1
- Add ability to disable auto-submit (MozillaFoundation/donate-wagtail#639)
Version 0.2
- Updated to work with Wagtail Localize 0.4
- Push if there are repo changes, even without submissions
Upgrading from 0.1
This version rewrites all of the models, so all history of past submissions will be lost. This is due to the dependency on the TranslatableRevision model that was introduced in Wagtail localize 0.4 makes it very difficult to migrate.
Also, a bunch of changes to the format of the PO files have been made.
For these reasons, you must run the following commands after migrating to this version, these create a new set of submissions and updates the format of the PO files in the repo.
django-admin submit_whole_site_to_pontoon
django-admin sync_pontoon
The translations that have been made in the past shouldn't be affected as these are stored in wagtail-localize
Version 0.1.4
v0.1.4 Bump version to 0.1.4
Version 0.1.3
v0.1.3 Bump version to 0.1.3
Version 0.1.2
Fixed bug that caused segments to be duplicated in PO files
Version 0.1.1
Removed a stray print statement
Version 0.1
v0.1 Fixed auto creation of child pages