Skip to content

Commit

Permalink
Enable js and jsx for exporting via makemessages cmd (#12100)
Browse files Browse the repository at this point in the history
  • Loading branch information
robdivincenzo authored Mar 26, 2024
1 parent 84f069a commit 5f66e3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"makemessages",
"-d djangojs",
"--all",
"--extension js,jsx",
"--keep-pot",
"--no-wrap",
"--ignore=node_modules",
Expand Down

0 comments on commit 5f66e3f

Please sign in to comment.