Metadata-Version: 2.1
Name: hatch-msgfmt
Version: 1.0.0
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 :: 5 - Production/Stable
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, using msgfmt in `PATH`.

I had planned to originally integrate msgfmt.py, but that didn't work in my own uses.

If you find a way to get that working (or find any other issues in the plugin),
I'll gladly accept pull requests.

# Copyright

This plugin is Copyright 2023 Absolute Performance, Inc.

MIT licensed.

