app-localize-behavior icon indicating copy to clipboard operation
app-localize-behavior copied to clipboard

Sub object in json sections

Open mountin opened this issue 8 years ago • 3 comments

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 avatar May 22 '17 13:05 mountin

no any thinks ?

mountin avatar May 23 '17 15:05 mountin

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" }

sangron avatar May 24 '17 15:05 sangron

Duplicate of #26

zlamma avatar Jul 28 '17 18:07 zlamma