Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.28 KB

index.rst

File metadata and controls

40 lines (27 loc) · 1.28 KB

Welcome to wagtailtrans's documentation

Wagtailtrans is a package that can be used to facilitate multi language sites in Wagtail. We developed wagtailtrans with two implementations in mind.

  • A synchronised tree
  • A freeform tree

Synchronised tree is a method used to keep the tree structure in all languages the same. Any changes in the tree of the default language will also automatically be done in the language tree(s).

.. seealso::
    The documentation about :ref:`synchronized_trees`


Freeform trees allows the customization of the language trees. Pages can still be copied with content into the preferred language but this is not automatic nor mandatory. moderators can decide how the page structure works for every language.

.. seealso::
    The documentation about :ref:`freeform_trees`


Table of contents

.. toctree::
   :maxdepth: 2

   getting_started
   migrating
   settings
   reference/index
   releases/index
   contributing