wagtail-localize
Translation plugin for Wagtail CMS
What it is and what it does
Wagtail Localize extends Wagtail CMS with native translation capabilities, letting content editors translate pages and snippets directly in the admin interface without leaving the platform. It bridges Wagtail's internationalization framework with external translation services like Pontoon and DeepL, and supports standard PO file workflows for bulk translation management.
The plugin depends on Django, Wagtail, polib for PO file handling, and typing_extensions. Installation requires Wagtail's i18n support to be configured first, then adding the plugin to INSTALLED_APPS and running collectstatic to load admin assets. It targets modern Python (3.10–3.14) and recent Django/Wagtail versions, positioning it as a contemporary solution for multilingual Wagtail sites.
Use it for:
- Translate Wagtail pages and snippets directly in the admin UI without external tools or developer involvement.
- Integrate with Pontoon or DeepL to automate or outsource translation workflows while keeping content in Wagtail.
- Import and export translations via PO files for batch processing or integration with third-party translation management systems.
- Manage multiple language versions of a Wagtail site with a unified admin interface.
- Enable content teams to handle localization without requiring custom development or middleware.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Wagtail Localize is a translation plugin for Wagtail CMS that enables pages and snippets to be translated within the admin interface, with integrations for external translation services and PO file import/export.
Yes, if you are running Wagtail 6.3–7.2 with Django 4.2+ and need translation features. The plugin is actively maintained, has no known vulnerabilities, and low install friction. Verify that Wagtail's i18n is already configured and that external service integrations (if needed) align with your workflow before committing.
Install
wagtail-localize on PyPI
pip
pip install wagtail-localizeuv
uv add wagtail-localizepoetry
poetry add wagtail-localizeInstalling wagtail-localize
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a recent release (86 days ago) and steady commit activity. Requires Wagtail with internationalization already enabled and Django 4.2 or later.
License in practice
BSD-3-Clause is a permissive open-source license allowing commercial and private use with minimal restrictions, making it safe for most projects.
Quickstart
pip install wagtail-localize
# In settings.py INSTALLED_APPS:
INSTALLED_APPS = [
"wagtail_localize",
"wagtail_localize.locales",
]
python manage.py collectstatic
Wagtail internationalization must be enabled first per Wagtail's configuration guide; requires Python 3.10+, Django 4.2+, and Wagtail 6.3–7.2.
Verify before relying
- Whether external service integrations (Pontoon, DeepL) require additional configuration or API keys beyond the plugin installation.
- Performance characteristics when translating large numbers of pages or snippets.
- Whether wagtail-modeladmin dependency is automatically installed or must be added separately for Wagtail >= 6.3.
Package facts
| License | BSD-3-Clause (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — Django, Wagtail, polib, typing_extensions |
| Maintenance | actively maintained — 86 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 79,077/month — #14,383 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: wagtail_localize-1.13.1-py3-none-any.whl
Tags
More Dynamic Content packages
MarkupSafe provides a text object that escapes…
permissive · top 100 on PyPI
Jinja2Jinja2 is a templating engine that renders…
permissive · top 100 on PyPI
soupsieveSoupsieve is a CSS selector library designed to…
permissive · top 100 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
FlaskFlask is a lightweight WSGI web application…
permissive · top 1,000 on PyPI
MakoMako compiles Python-embedded templates into…
permissive · top 1,000 on PyPI
wagtailWagtail is a Django-based content management…
permissive · top 5,000 on PyPI
wagtail-modeladminAdds Django model administration interfaces to…
permissive · top 15,000 on PyPI
wagtailmediaAdds audio and video file management to Wagtail…
permissive · top 15,000 on PyPI
edx-i18n-toolsCommand-line tool for extracting, compiling,…
permissive · top 15,000 on PyPI
translate-toolkitTranslate Toolkit converts, validates, and…
copyleft · top 15,000 on PyPI
wagtail-factoriesProvides factory-boy classes for generating…
permissive · top 15,000 on PyPI
ResourceBundleResourceBundle manages internationalization and…
permissive · top 15,000 on PyPI
django-cmsdjango CMS is a Django-based content management…
permissive · top 15,000 on PyPI
translation-finderDiscovers and identifies translation files in…
copyleft · top 15,000 on PyPI