Open mountin opened 7 years ago
Is it possible to have sub object in JSON file translations
"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" }
"en": {
"search.search_here" : "Search here Eng",
"search.results" : "Search Results"
}
Duplicate of #26
Description
Is it possible to have sub object in JSON file translations
Expected "en": {
Than use localization like {{localize('search.search_here')}}
Instead of regular {{localize('search_here')}}
??
Thanks