Enable use of the new babel-plugin-django-gettext for JavaScript.

Review Request #11018 — Created May 11, 2020 and submitted

Information

Review Board
release-3.0.x

Reviewers

This is a simple change to our Babel settings that enables use of our
new babel-plugin-django-gettext, used for easier localization. Currently,
no Review Board code makes use of this, but it'll allow us to slowly begin
porting code or using it in new code.

Note that to make use of this, this will require a recent run of
./setup.py develop.

Modified some JavaScript temporarily to make use of the new plugin.
Verified the generated JavaScript was correct.

Summary ID
Enable use of the new babel-plugin-django-gettext for JavaScript.
This is a simple change to our Babel settings that enables use of our new `babel-plugin-django-gettext`. Currently, no Review Board code makes use of this, but it'll allow us to slowly begin porting code or using it in new code.
2db0053cd8b9203300290429df3eed4ed9e5dd93
david
  1. Ship It!
  2. 
      
chipx86
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-3.0.x (d62e525)
Loading...