Bug #35789
Compile plugin .mo files during package build
Description
Today Foreman has the .mo files in its .gitignore and runs make -C locale all-mo. This means no binary files are stored in git, which is great.
However, for plugins this isn't done and they are stored in git. This is wrong, and should be cleaned up.