-
Notifications
You must be signed in to change notification settings - Fork 267
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
Wrong special char replacement when saving a translation #286
Comments
Hello, Edit: I have no issue with 4.0.3, only with 4.0.4. Thanks. |
Any info on this issue? Translations are saving urlencoded in any language except english, what seems to be the problem? |
Hi, |
Same issue for me... |
Hello,
The actual problem I have is that encodeURIComponent breaks all my chars excepting english letters.
E.g. "Invalidate cache" turns to "Invalidate%20cache" after pressing Save button.
I had to change this block to fix it:
My config is:
PR with encodeURIComponent was added: #72
What I'm doing wrong?
The text was updated successfully, but these errors were encountered: