Skip to content

Documentation improvement #95

Description

@gtamborero

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!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions