i have the following in my en/transaltion.js
'AllDogs': {
'Dogs' :{
'zero': 'ALL DOGS, ',
'one': '1 DOG SELECTED',
'other': '{{count}} DOG SELECTED'
}}
hbs has the following
{{t AllDogs.Dogs count=filteredCount }}
Which is not showing anything but if i add {{t 'AllDogs.Dogs.one'}} its coming up, any directions will be helpful.