# Gettext transpiler for Babel ![Latest Release](https://img.shields.io/npm/v/babel-plugin-django-gettext) ![License](https://img.shields.io/badge/license-MIT-green.svg) ![Review Board](https://img.shields.io/badge/Review%20Board-d0e6ff?label=reviewed%20with) **GitHub:** https://github.com/beanbaginc/babel-plugin-django-gettext **NPM:** https://www.npmjs.com/package/babel-plugin-django-gettext **Status:** Maintained / released / used in production This plugin simplifies [[gettext]]-based localization in your [[Django]]-backed JavaScript codebases, giving you the ability to use word wrapping, template literals, and string interpolation, avoiding the mess of overly-long strings and sprinkled `interpolate()` calls.