Skip to content

Improve lefthook recommended translation command

What does this MR do and why?

Switch the translation command recommended by lefthook from bin/rake gettext:regenerate to tooling/bin/gettext_extractor locale/gitlab.pot.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

How to set up and validate locally

  1. Change a translated string
  2. Create a branch
  3. Commit
  4. Push
  5. Voila... error telling you to run the command
  6. Run the command
  7. Amend commit
  8. Push
  9. Success 🎉

Merge request reports