Hi Roland, On Mon, Nov 21, 2022 at 09:19:41PM +0100, Roland Clobus wrote: > On 19/11/2022 18:20, Jelmer Vernooij wrote: > > Package: wnpp > > Severity: wishlist > > Owner: Jelmer Vernooij <jel...@debian.org> > > X-Debbugs-Cc: debian-de...@lists.debian.org > > > > * Package name : setuptools-gettext > > Version : 0.0.1 > > Upstream Author : Breezy Team <breezy-c...@googlegroups.com> > > * URL : https://github.com/jelmer/setuptools-gettext > > * License : GPL > > Programming Lang: Python > > Description : Compile .po files into .mo files > > > > This extension for setuptools compiles gettext .po files > > found in the source directory into .mo files and installs them. > > How does this tool differ from 'msgfmt' from 'gettext'?
It's a wrapper around msgfmt, but making it convenient to run from setuptools. I'll clarify that in the final description. Jelmer