Metadata-Version: 2.1
Name: wagtail-localize-panel
Version: 0.2.1
Summary: Wagtail localize panel and notification
Home-page: https://github.com/Gandi/wagtail-localize-panel
License: BSD-Derived
Author: Guillaume Gauvrit
Author-email: guillaume@gandi.net
Requires-Python: >=3.7,<4.0
Classifier: Framework :: Wagtail
Classifier: Framework :: Wagtail :: 2
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: Django (>=3.2.4,<4.0.0)
Requires-Dist: wagtail (>=2.14.1,<3.0.0)
Requires-Dist: wagtail-localize (>=1.0,<2.0)
Project-URL: Repository, https://github.com/Gandi/wagtail-localize-panel
Description-Content-Type: text/x-rst

Wagtail Localize Panel
======================

.. image:: https://readthedocs.org/projects/wagtail-localize-panel/badge/?version=latest
   :target: https://wagtail-localize-panel.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status


A Wagtail plugin to help content writer and translator to keep translation
up to date.

.. image:: https://raw.githubusercontent.com/Gandi/wagtail-localize-panel/main/screenshot.png
   :alt: Translation panel example


Settings
--------

LOCALIZE_PANEL_APP_NAME = 'my_app_name'

