Links
Click To Globalize
Categories
Click To Globalize
This 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.
Vitals
| Home | http://www.23labs.net |
|---|---|
| Repository | http://dev.23labs.net/svn/rails/plugins/click_to_globalize/ |
| License | Rails' (MIT) |
| Tags |
globalize
|
| Rating | (5 votes) |
| Owner | Luca Guidi |
| Created | 30 October 2007 |
Comments
-
It doesn't seem to handle sprintf-like texts.
-
I have fixed it now. It works with text like 'Hello %s' % 'world'
-
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

