Remove date attributes from `gitlab.pot`
What does this MR do?
Remove POT-Creation-Date
and PO-Revision-Date
attributes from gitlab.pot which was recently added (c805e676)
The bin/rake gettext:regenerate
rake task does remove this, so all I did was run this rake task on master
.
Here is where they are removed: lib/tasks/gettext.rake#L46
Edited by Peter Hegman