smhg / gettext-parser

Parse and compile gettext po and mo files, nothing more, nothing less
MIT License
158 stars 44 forks source link

Fix compilation of plurals when msgstr only contains one element #19

Closed maufl closed 8 years ago

maufl commented 8 years ago

This should fix the problem described in #18

andris9 commented 8 years ago

Published as v1.2.0. Also added a note to README that this project is unmaintained, I don't plan to continue maintaining it. If anyone wants to take over, let me know (andris.reinman@gmail.com)

maufl commented 8 years ago

Thank you very much!

alexanderwallin commented 8 years ago

@andris9 Do you have conceptual arguments to why you don't want to maintain it, or is it more in terms of lack of time/interest?

andris9 commented 8 years ago

Both time and interest as I don't need this module myself anymore. I don't think there's something wrong with it and gettext format itself is decades old so there should not happen any changes but occasionally there's still some things to do (for example node v6 changed buffer api, so in the future this module needs some updating as well in this regard).