Skip to content

Remove orphaned entries in gitlab.pot file

Tristan Read requested to merge tr-fix-gitlab-pot into master

What does this MR do?

A couple of extra lines made it in to the locale/gitlab.pot file. The side-effect is that these lines appear as changes whenever someone runs bin/rake gettext:regenerate with a recent master.

The extra lines are:

"POT-Creation-Date: 2020-04-24 17:33-0400\n"
"PO-Revision-Date: 2020-04-24 17:33-0400\n"

This MR removes them again.

Source: 873c405f

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Tristan Read

Merge request reports