Skip to content
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

NotifyJs issue with punctuation in different language #145

Open
mcpanthers22 opened this issue Nov 22, 2022 · 0 comments
Open

NotifyJs issue with punctuation in different language #145

mcpanthers22 opened this issue Nov 22, 2022 · 0 comments

Comments

@mcpanthers22
Copy link

Hello!
I have been using Notify.Js for a while and recently was requested to translate my web app to use es-CO and en-US interchangibly. I am using a shared Resources for each of the languages and with that localizer all seemed well until I got to my jquery that is using the Notify with my success messages. For some reason the message "¡Éxito! Se ha creado el equipo" turns out to be a slew of characters followed by "xito! Se ha creado el equipo". I can assume that it is the "¡É" that is throwing it off, but I am unsure of how to fix this issue. Any help with this would be amazing. I will tag the success message and my code
Thanks

jQuery.notify("@Localizer["TeamCreated"]", { className: "success", globalPosition: "top center" });

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant