I want to change some of the strings in the language file for my language in Django. I can of course just change the .po file, but that seems unwise because if I update Django the file will be changed again. What is the best way to do this?
I don't care if the solution is for the specific app I'm working on or for my entire Django installation.