smhg / gettext-parser

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

Fix double quotes are being escaped unnecessarily #3

Closed BYK closed 10 years ago

BYK commented 10 years ago

Double quotes were escaped when reading PO files which was not the correct behavior. This patch fixes that and also simply outputs the escape char when it is unknown.

andris9 commented 10 years ago

Thanks!

BYK commented 10 years ago

@andris9 thanks for the super fast merge! Awaiting for a new release to update zaach/jsxgettext. :beers:

andris9 commented 10 years ago

Published as 0.1.10

BYK commented 10 years ago

Closed zaach/jsxgettext#39. Thanks again!