Metadata-Version: 2.1
Name: hatch-msgfmt
Version: 0.0.28
Summary: Msgfmt build hook, replacing all po with mo in build
Author-email: "Taylor C. Richberger" <tcr@absolute-performance.com>
Maintainer-email: "Taylor C. Richberger" <tcr@absolute-performance.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Framework :: Hatch
Requires-Dist: hatchling
Project-URL: repository, https://github.com/absperf/hatch-msgfmt

# hatch-msgfmt
A hatch msgfmt plugin, simply replacing all po files with mo files, calling out to the system msgfmt.

I had tried to integrate msgfmt.py, but for some reason, it just didn't work.

