Hi,

If I put my 2 locales en and fr in one file (config/locales/en.yml)
english an french locales are loaded and I can switch between the two.

But if I put the french local in a separate fr.yml file, then I get
"translation missing: fr, email" errors.

My configuration.rb has:
config.i18n.load_path += Dir[File.join(RAILS_ROOT, 'config', 'locales',
'*.{rb,yml}')]

Could someone explain this ?

Thanks for any help,
Mickael.
-- 
Posted via http://www.ruby-forum.com/.
_______________________________________________
Railsi18n-discussion mailing list
Railsi18n-discussion@rubyforge.org
http://rubyforge.org/mailman/listinfo/railsi18n-discussion

Reply via email to