* update setup.
* added support for class hierarchies (sti and abstract-class based).
* use plural translation if options[:count] exists.
* Dropped haml 1.9 hashes warning in README.md.
* Update Gemfile to use HTTPS requests.
* Add Ruby 2.0 support to RubyGettextExtractor module.
FastGettext / Rails integration.
Translate via FastGettext, use any other I18n backend as extension/fallback.
Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files We do:
_('Just translate my damn text!') with simple, flat mo/po/yml files or
directly from db To use I18n calls add a syntax.with.lots.of.dots translation.