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

Sub object in json sections #96

Open
mountin opened this issue May 22, 2017 · 3 comments
Open

Sub object in json sections #96

mountin opened this issue May 22, 2017 · 3 comments

Comments

@mountin
Copy link

mountin commented May 22, 2017

Description

Is it possible to have sub object in JSON file translations

Expected "en": {

"search": {
  "search_here": "Search here Eng"
}}

Than use localization like {{localize('search.search_here')}}

Instead of regular {{localize('search_here')}}

??

Thanks

@mountin
Copy link
Author

mountin commented May 23, 2017

no any thinks ?

@sangron
Copy link

sangron commented May 24, 2017

Why don't just name the key as you need it in the app? like:
"en": {
"search.search_here" : "Search here Eng",
"search.results" : "Search Results"
}

@zlamma
Copy link

zlamma commented Jul 28, 2017

Duplicate of #26

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

No branches or pull requests

3 participants