python - Specify copyright and author in Django translation (.po) file -


when produce .po files django using django-admin.py makemessages command, end header text follows:

# copyright (c) year package's copyright holder # file distributed under same license package package. # first author <email@address>, year. # 

how should placeholder overridden real values in code?

the django translations merging on makemessages. so, if change header, keep header added.

this behavior consistent, e.g. if change string on code, .po keep translation of original string, nothing lost in makemessage.


Comments