Skip to content

Documentation improvement #95

Open
@gtamborero

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!

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