- Support multiple language for your wagtail site
- To install wagtailtrans, run this command in your terminal:
- Add
wagtailtransto your INSTALLED_APPS - Perform a migration
You're set!
The settings WAGTAILTRANS_SYNC_TREE can be used to configure the module to keep your language trees synchronized or not.
This is set to True by default.
Use WAGTAILTRANS_SYNC_TREE = False to disable sync and have free flowing trees.