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

Nested options #10

Merged
merged 4 commits into from May 11, 2012
Merged

Nested options #10

merged 4 commits into from May 11, 2012

Conversation

hugojosefson
Copy link
Contributor

This adds support for nested options to my other branch options-in-i18n.

Example:

Localized __nouns.what__ for __names.me__ is supported.

with options

{
    "nouns":{
        "what":"text",
        "when":"now"
    },
    "names":{
        "you":"Jan",
        "me":"Hugo"
    }
}

is translated into

Localized text for Hugo is supported.

@jamuhl
Copy link
Member

jamuhl commented May 10, 2012

thanks a lot...looks promising. will have a deeper look and merge this on weekend.

@hugojosefson
Copy link
Contributor Author

Cool. Thanks for the quick response, so I know you noticed :)

@jamuhl jamuhl merged commit be752be into i18next:master May 11, 2012
@jamuhl
Copy link
Member

jamuhl commented May 11, 2012

added in v1.3.1. nice stuff. thx again

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

Successfully merging this pull request may close these issues.

None yet

2 participants