Translation plugin for Wagtail CMS
Project description
Wagtail localize
Wagtail Localize is a translation plugin for the Wagtail CMS. It allows pages or snippets to be translated within Wagtail's admin interface. It also provides integrations with external translations services such as Pontoon or DeepL, and importing/exporting translations with PO files.
Requirements
Wagtail Localize requires the following:
- Python (3.7, 3.8)
- Django (2.11, 3.0, 3.1)
- Wagtail (2.11, 2.12) with internationalisation enabled
Installation
Install using pip
:
pip install wagtail-localize
Add wagtail_localize
and wagtail_localize.locales
to your INSTALLED_APPS
setting:
INSTALLED_APPS = [
...
"wagtail_localize",
"wagtail_localize.locales", # This replaces "wagtail.locales"
...
]
Support
For support, please use GitHub Discussions or ask a question on the #multi-language
channel on Wagtail's Slack instance.
Thanks
Many thanks to all of our supporters, contributors, and early adopters who helped with the initial release. In particular, to The Mozilla Foundation and Torchbox who sponsored the majority of the initial development and Wagtail core's internationalisation support.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for wagtail_localize-0.9.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6d053043250e29e94db706c852e7e1100a9b3ff2522b237fe338915a6ebdd596 |
|
MD5 | 9a71c173caf5c775e58e994039199784 |
|
BLAKE2b-256 | 29bc82420beeb34e2e54531a6a465d6fd596c8aa55109f252424b15ba0b7da9f |