Skip to content

Releases: wagtail/wagtail-localize-git

Version 0.9

11 Nov 09:55

Choose a tag to compare

Practically rewritten!

Version 0.2.1

19 Feb 14:43

Choose a tag to compare

Version 0.2.1 Pre-release
Pre-release

Version 0.2

16 Jan 16:10

Choose a tag to compare

Version 0.2 Pre-release
Pre-release

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

13 Nov 11:26

Choose a tag to compare

Version 0.1.4 Pre-release
Pre-release
v0.1.4

Bump version to 0.1.4

Version 0.1.3

08 Nov 17:38

Choose a tag to compare

Version 0.1.3 Pre-release
Pre-release
v0.1.3

Bump version to 0.1.3

Version 0.1.2

08 Nov 17:15

Choose a tag to compare

Version 0.1.2 Pre-release
Pre-release

Fixed bug that caused segments to be duplicated in PO files

Version 0.1.1

07 Nov 16:21

Choose a tag to compare

Version 0.1.1 Pre-release
Pre-release

Removed a stray print statement

Version 0.1

30 Oct 12:32

Choose a tag to compare

Version 0.1 Pre-release
Pre-release
v0.1

Fixed auto creation of child pages