-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile issue with Gettext 0.14.0 #9
Comments
I had this issue with an old version (0.11.x I think ?) but updating to Gettext 0.13.1 fixed it for me. It happens when gettext is presented with strings concatenations like Try markup do
text gettext "Displaying" <> " "
end To: markup do
text (gettext "Displaying") <> " "
end |
Great! Thanks for the useful info. |
Just pushed version 2.3, with a fix (I hope), to hex. Could you try it out and let me know if it works? |
@riverrun, I can confirm 2.3 fixes the issue. Thanks for pushing an update so quickly! I don't see the changes on github, but feel free to close this issue. 😃 |
I'll update master today - great to hear that fixed the issue |
Anyone else having issues compiling with the latest Gettext version? I'm getting the following error:
The text was updated successfully, but these errors were encountered: