i18n-recursive-lookup 0.0.5
Provides a backend to the i18n gem to allow a definition to contain embedded references to other definitions by introducing the special embedded notation ${}. E.g. {foo: 'bar', baz: ${foo}} will evaluate t(:baz) to 'bar'.
Gemfile:
=
install:
=
Runtime Dependencies (2):
activesupport
>= 0
i18n
>= 0