state-machines / state_machines-activemodel

StateMachines ActiveModel Integration
MIT License
33 stars 33 forks source link

Trigger I18n reload after adding locale #10

Closed casperisfine closed 7 years ago

casperisfine commented 7 years ago

I was having issues like:

Status translation missing: en.activerecord.errors.models.xxx.attributes.status.invalid_transition

After digging a bit, it appear reload! should be called after modifying the I18n load path.

@rafaelfranca for review please.