Plugins - Click To Globalize
Add to favoritesThis plugin is an extension of Rails Globalize and allows to translate your views in place!!
It’s easy to plugin and plugout and also support Textile and Markdown formatting.
Add to favoritesThis plugin is an extension of Rails Globalize and allows to translate your views in place!!
It’s easy to plugin and plugout and also support Textile and Markdown formatting.
When I install it in RAILS 2.1 project i get an error:
Callbacks must be a symbol denoting the method to call, a string to be evaluated, a block to be invoked, or an object responding to the callback method.
It appears during call controller action.
Ps: I install globalize plugin from http://www.nateclark.com/articles/2008/06/11/globalize-plugin-for-rails-2-1
I have fixed it now. It works with text like 'Hello %s' % 'world'
It doesn't seem to handle sprintf-like texts.