Hello,
I’m trying the new I18n feature that will be included in Rails 2.2
But I have a doubt running in my head:
What’s faster(better, more performance)?:
- Put a I18n.load_translations in an initializer that loads all
available locales when the server starts. - Put a I18n.load_translations in the ApplicationController that loads
only the locale proper to the current request.
I hope I was clear… :S
Regards, and thanks in advance.