Hello everyone
i use
rails (= 3.0.3)
i18n (0.5.0)

in development all fine
in production i get  translation missing
i found temp solution to change

config.cache_classes = false

in production but i wouldn't like turn off caching...


my locale is :ru


ls -l config/locales/
итого 24
-rw-rw-r-- 1 dnevnik dnevnik 1850 Янв 15 00:18 devise.en.yml
-rw-rw-r-- 1 dnevnik dnevnik 2717 Янв 15 00:18 devise.ru.yml
-rw-rw-r-- 1 dnevnik dnevnik  305 Янв 15 00:18 en.yml
-rw-rw-r-- 1 dnevnik dnevnik  678 Янв 15 00:18 netzke.ru.yml
-rw-rw-r-- 1 dnevnik dnevnik 6529 Янв 15 00:18 ru.yml

grep i18n config/application.rb

    config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.
{rb,yml}').to_s]
    config.i18n.default_locale = :ru

Any suggestions?

-- 
You received this message because you are subscribed to the Google Groups 
"rails-i18n" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rails-i18n?hl=en.

Reply via email to