Description
Adds support to setuptools workflows for compiling gettext translation files into .mo files. It helps Python projects include translated message catalogs as part of their normal packaging or build process.
Developers and translators use it indirectly during builds. Keep source .po files under review, because compiled .mo files are generated artifacts and are harder to inspect manually.