# Gettext transpiler for Babel
  
**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.