-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pure python build #103
Comments
I'm open to the idea of using something python-native. I don't have any experience with translate-toolkit, but definitely open to the idea of (optionally) supporting it. |
I can contribute that for the compilation of PO files into MO. (Being translate-toolkit maintainer, I have quite some experience with that 😄). |
Ah, nice. Yeah, a contribution to add support for translate-toolkit would be great. For the moment, it would be good to keep supporting msgfmt (e.g. with a flag) even if it's no longer the default. |
This makes the conversion work without external dependencies. Fixes breezy-team#103
This makes the conversion work without external dependencies. Fixes breezy-team#103
Thanks for this package, I was considering doing something like this myself, but never got to it.
Did you consider not depending on msgfmt being installed and do the compilation in Python?
For example, translate-toolkit could do that
This is what I use currently: https://github.com/WeblateOrg/language-data/blob/04db63e3e823774a94299c0f8fc533b1617b4cea/setup.py
The text was updated successfully, but these errors were encountered: