zaach / jsxgettext

Extract gettext calls from JavaScript, EJS, and other template formats.
Mozilla Public License 2.0
105 stars 56 forks source link

Swig: Fix gettext function call with newline #81

Closed mweibel closed 9 years ago

mweibel commented 9 years ago

We changed the gettext function sent to the templates by combining format and gettext into one function. In case this possibility is used & newlines are being used, the previous regex failed.

BYK commented 9 years ago

Please mention this is only for swig somewhere ;)

mweibel commented 9 years ago

:) True!

mweibel commented 9 years ago

Always fast, thanks a lot :)