Topic: missing translation file
Hello guys,
I'm trying to localize a Rails 2.3.4 application.
I created 2 files
config/locales/en.yml
config/locales/es.yml
and according to http://guides.rubyonrails.org/i18n.html
"Rails adds all .rb and .yml files from the config/locales directory to your translations load path, automatically."
So if I try I18n.available_locales I should get en and es, however I get only en.
Moreover If I set es as the default locale my page shows es, home_subhead_1 es, home_subhead_2 and so on.
Am I missing something? How can I load the spanish translation?
Thanks
Last edited by macsig (2010-07-08 04:07:33)