Is it possible to keep/set the header in the messages.pot, between execution? I found three options to control the header. But there is more info I would like to keep/set, like project name/version etc.
--msgid-bugs-address
--copyright-holder
--omit-header
Now everytime I execute pybabel extract
I get back the default header. I don't realy use the header, but if it's there, I would like it to be correct.
I guess this is is a standard header used by gettext, and maybe pybabel doesn't support it to the max. Am I correct?
Btw I'm using Flask-Babel if it makes any difference.