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:
          =
        
        
          インストール:
          =
        
      バージョン履歴:
- 0.0.5 February 22, 2022 (5.5KB)
Runtime依存関係 (2):
            activesupport
            >= 0
          
          
            i18n
            >= 0
          
    