We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Hi! Thanks for the plugin! I have found a little issue that I only achived to solve it looking the examples.
On the examples you use:
but on the github home page documentation you are using this code that doesn't work:
This will make to newbees win 20minutes ;) Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi! Thanks for the plugin!
I have found a little issue that I only achived to solve it looking the examples.
On the examples you use:
<script> $(function(){ var opts = { language: "en", pathPrefix: "lang" }; $("[data-localize]").localize("example", opts) }) </script>but on the github home page documentation you are using this code that doesn't work:
<script> var opts = { language: "en", pathPrefix: "lang" }; $("[data-localize]").localize("example", opts) </script>This will make to newbees win 20minutes ;)
Thank you!
The text was updated successfully, but these errors were encountered: