- [improvement] using the i18n_viz cookie, you can switch i18n_viz on in a more permanent fashion.
- [improvement] added the ability to use a
i18n_viz
cookie - [improvement] added
I18nViz.css_override
setting
-
change of plans :) no, really the complete installation has changed, this is now a middleware which takes care of all the css and js injection and only does this when
i18n_viz
is in the query string. -
[bugfix] keep nested HTML tags when removing i18n keys. Fixes #9
- [bugfix] tooltip displays correct key for translations that are using :scope option
- [bugfix] catch error when contents method raises exception
- [improvement] update test app routes to work with rails 4
- [bugfix] i18n key meta information wasn't cleared correctly from element's text
- [bugfix] problem with UTF-8 encoded
I18nViz.external_tool_url
, thanks to @eduoard - [improvement] CSS tooltip text legibility, @eduoard
minor bugfixes in the JavaScrit and CSS
- The gem is now a Rails Engine and is targeted to work mostly with Rails versions 3.1+
- Switched to CoffeeScript
- Renamed
I18nViz.key_url
toI18nViz.external_tool_url
minor bugfixes
initial Version