smhg / gettext-parser

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

Max length on po strings #26

Closed EmilScherdin closed 7 years ago

EmilScherdin commented 7 years ago

I noticed that longer strings not gets parsed when trying to compile my json files to po files. Found that this package has a limit of 76 chars. Is there any special reason for this?

EmilScherdin commented 7 years ago

Found this issue: https://github.com/smhg/gettext-parser/issues/6