I'm using jQuery in my current Rails project and I'd like to have some way to use the translations from my yml files in Javascript.
I know that I can easily use them in my .js.erb templates. But what about the javascript files in /public/javascript?
It looks like Babilu (http://github.com/toretore/babilu) would do exactly what I want. I was just wondering if there are other plugins out there... It's not that I have something against Babilu, but I do like to have choice ;-)
Also it might be that there is some default way in Rails 2.3.5. I'm not aware of and I maybe don't have to use a plugin at all?