-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Labels
Description
Use Case
I noticed that gettext is used to translate some strings: https://github.com/puppetlabs/r10k/blob/main/locales/r10k.pot
As far as I know this was used in the past to make a translation into Asian languages possible. But that was never implemented. Packaging r10k is a bit painful because of the gettext dependencies. If we could get rid of it because it's not used, that would be nice.
Describe the Solution You Would Like
Let me know if gettext is still used or if I can remove it.
Describe Alternatives You've Considered
A clear and concise description of any alternative solutions or features you've considered.
Additional Context
Add any other context or screenshots about the feature request here.
Reactions are currently unavailable