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

2010-04-30 Thread Eugen Funk
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 "translation not found". i already treid to create an en.yml file with following con

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 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 "translation not fo

[Radiant] Layout Tricks

2010-04-30 Thread John Long
Howdy folks, Just wrote up an article on how I'm using layouts these days: http://wiseheartdesign.com/articles/2010/04/30/radiant-cms-layout-tricks/ Feedback is welcome. -- John Long http://wiseheartdesign.com http://recursivecreative.com ___ Radiant m

Re: [Radiant] Deployment

2010-04-30 Thread Jim Gay
2010/4/29 MarĂ­a Paula Mariani : > Hi ! > > I'm trying to understand how to deploy the content from Radiant's > development environment to the production environment. I'd like to do Check out http://adamblog.heroku.com/past/2009/2/11/taps_for_easy_database_transfers/ > it with Capistrano and GIT.