Skip to content
New issue

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

Documentation improvement #95

Open
gtamborero opened this issue Aug 3, 2017 · 0 comments
Open

Documentation improvement #95

gtamborero opened this issue Aug 3, 2017 · 0 comments

Comments

@gtamborero
Copy link

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!

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

No branches or pull requests

1 participant