app-localize-behavior
app-localize-behavior copied to clipboard
Sub object in json sections
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
no any thinks ?
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"
}
Duplicate of #26