Commit graph

2 commits

Author SHA1 Message Date
taca
f6f3a611f8 Update ruby-gettext_i18n_rails to 0.4.5.
Exact changes are unknown.
2012-03-17 14:40:01 +00:00
taca
1cc1f85183 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