So you want to organize your I18n using multiple .yml
files but your Rails 4.1 application simply won't use any extra files in development? Spring is to blame.
Halt spring by running:
spring stop
The next time you spawn a bin/rails console
or similar, your new translations will work.
You will need to repeat the above every time you create a new .yml
file or rename existing ones.
:(
Posted by Arne Hartherz to makandra dev (2014-09-26 10:10)