Commit graph

5 commits

Author SHA1 Message Date
taca
5e96ca2de9 Update ruby-gettext_i18n_rails to 0.6.5.
Several bug fixes.
please refer https://github.com/grosser/gettext_i18n_rails/commits/master
in detail.
2012-06-16 15:52:12 +00:00
taca
2b69ca098a Update ruby-gettext_i18n_rails to 0.5.4.
Changes are unknown.
2012-06-02 00:38:49 +00:00
taca
da8d0784b2 Update ruby-gettext_i18n_rails to 0.4.6.
Exact changes are unknown but improvemnt for handling of unparseable
1.9 syntax files.
2012-04-28 15:43:09 +00:00
taca
d4f1deaa3f Update ruby-gettext_i18n_rails to 0.4.5.
Exact changes are unknown.
2012-03-17 14:40:01 +00:00
taca
05363338fd Importing ruby-gettext_i18n_rails version 0.4.3.
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.
2012-02-16 11:55:54 +00:00