catalpainternational / MakeMessagesPlus

Extend the django makemessages command to reduce the source control diffs it generates
The Unlicense
0 stars 1 forks source link

MakeMessagesPlus

We've found that the default behaviour of this command makes our diffs in pull requests large and hard to read, and we use lots of parameters to improve that, but communicating and remembering what parameters to use is hard. This project is designed to make it much simpler for our team to use the command.

Installation

Install this repository as a django app inside your django project.

For example use git submodules to clone this repo ( or your fork of it ) inside your django project seev the test project

Or just clone and copy the code into an app in your project.

Features

Contributing

This is early days, a few more improvements are planned, and more suggestions are welcome.

See the issue list