How do I access translation for nil value?
I tried with this locale(yml file):
pt-BR:
boolean:
"true": "sim"
"false": "não"
"": "não"
nil: "não"
"nil": "não"
But it does't work.
{:true=>"sim", :false=>"não", :""=>"não", :nil=>"não"}