Echo JS 0.11.0

<~>
talyssonoc 3885 days ago.
In my en.json file I have this:

{
    "house": {
        "one": "house",
        "other": "houses"
    }
}

But if I try this in EJS:

<%= __n('house', 3) %>

or this in Handlebars

{{{__n 'house' 3}}}

It always renders as "house", not "houses"

What am I doing wrong ?

Thanks !