leonelquinteros / gotext

Go (Golang) GNU gettext utilities package
Other
434 stars 58 forks source link

PO(T) Export, for message extraction #45

Closed TropicalPenguin closed 4 years ago

TropicalPenguin commented 4 years ago

Permits the writing of message extractors, using gotext. With round-tripping support to update existing translations (while preserving contextual details like copyright notices & source references).

leonelquinteros commented 4 years ago

@TropicalPenguin Thanks for your contribution.

Please note that there are some conflicts after I merged a previous PR I had pending. Can you also review the changes included in the last PR ( https://github.com/leonelquinteros/gotext/pull/44 ) and adapt your feature to the new code? I think we can benefit from both together.

TropicalPenguin commented 4 years ago

Yeah, no problem; got a few more improvements to make anyway.

TropicalPenguin commented 4 years ago

I think that should do it :smile:

leonelquinteros commented 4 years ago

Thank you @TropicalPenguin !