i18n-env-var-lookup 0.0.5
Provides a backend to the i18n gem to allow a definition to contain embedded references to environment variables by introducing the special embedded notation ~{}. E.g. {title: ~{APP_NAME}} will evaluate t(:title) to the value of the $APP_NAME environment variable.
Gemfile:
=
install:
=
Versions:
- 0.0.5 February 22, 2022 (5.5 KB)
Runtime Dependencies (2):
activesupport
>= 0
i18n
>= 0