Closed nicosantangelo closed 10 years ago
Handle the case where the key exists but it tries to be defined with nesting:
Yaml
en: greeting: Hello world
And erb:
<%= t('greeting.hello') %>
Right now it just fails, I should at least show a notice explaining what's happening like 'greeting' is already defined with 'Hello World'
'greeting' is already defined with 'Hello World'
Handle the case where the key exists but it tries to be defined with nesting:
Yaml
And erb:
Right now it just fails, I should at least show a notice explaining what's happening like
'greeting' is already defined with 'Hello World'