-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
Hi, first let me thank you for this nice package.
I don't use to add 3rd party dependency but when I do, it's for an awesome one ;)
I have a feature request : private const int MaxLineLength = 80; should be possible to change with a property in POGeneratorSettings and use that value and only fallback to your 80 limit.
I use Weblate and it breaks lines above 77chars so the PoFile generated with this awesome package is fully updated once translated inside Weblate. And when i add new strings with your package, it updates again everything. The latest edit wins... ;D
I would like to contribute to your repo and implement that if you are ok with that.
Thank you !