aboutsummaryrefslogblamecommitdiff
path: root/devel/rubygem-gettext_i18n_rails111/pkg-descr
blob: c58156d0b21ff0ee5c521d976a7d6df976dbc452 (plain) (tree)
1
2
3
4
5
6





                                                                               
gettext_i18n_rails is simple 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.