-
Notifications
You must be signed in to change notification settings - Fork 25
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
Translation seems fails with & symbol #44
Comments
Does the same message string work using |
Hi @lzurbriggen, It fails too with $gettext(), exact message is :
|
Hi, I am experiencing the same issue with newlines (\n) in keys. The culprit seems to be the fact that translation files have their keys normalised, while the msgid is not normalised when trying to get the translation. I'm unsure if this is intended or not, but it is definitely creating an issue for us too |
@TripleM-AoC thanks for the additional info. we're planning to finally do the bigger update we wanted to do a long time ago (#41) in the coming weeks and will try to fix this as well. |
I implemented a new extraction parser and tested it with Make sure to check the breaking changes, e.g.
I'm not exactly sure what caused OPs issue, but I believe I fixed this particular issue in v4.0.0-alpha.4. |
Thanks! I will give the alpha version a test drive when I get a chance :) |
In a vue3 project, this code fails translating :
Best !
The text was updated successfully, but these errors were encountered: