How to customize messages in django applications?
I would like to change messages in the internationalized django application - for example - instead of a phrase "Recent tags" I would like to simply have "Recent topics".
How can that be done without changing messages in the source code?
Comments