i18n_backend_database
i18n_backend_database copied to clipboard
seed_application_translations not respecting options
To replicate:
Place this somewhere in the /app directory: I18n.t('activerecord.errors.messages.record_invalid', :errors => "test test test")
Run the "I18n:populate:from_rails" rake task. The regular expressions grabs the key, but not the interpolation arguments, which it should.