The project I am working on has gotten pretty big. As have it's localization files. It has gotten hard to find your way around the translations.
How do you manage big localization files in your django projects? I would like to separate the *.po files by context. (e.g. email, push message, web view etc.)
That way I could add them to different translation projects at poeditor or onesky etc.