It is possible to get hero key in the translate function?
let books = {
hero: translate([
'Batman',
'Superman',
'Ironman'
])
}
function translate(param1) {
return ...
}
Maybe there is some magic how to get calling key name ? :) Thanks!