Re: [Radiant] where to put my i18n locale files for my extension?

2010-05-02 Thread Eugen Funk
Hi Jim thank you! Putting into root/config/locales works perfectly. though I added the locale files in my extension to the I18n.load_path list in myextension_extension.rb: I18n.load_path += Dir[ File.join(RAILS_ROOT, 'vendor/extensions/bayes/config', 'locales', '*.{yml}') ] greetings 2010/4/30

Re: [Radiant] where to put my i18n locale files for my extension?

2010-04-30 Thread Jim Gay
On Fri, Apr 30, 2010 at 8:09 AM, Eugen Funk eugen.f...@gmail.com wrote: Hello folks, i was playing around with my own extension for radiant but didnt figure out where to put en.yml files so i can use the i18n ability of rails. in my view i have %= t(:hello) % ... but the result is