You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* master: (45 commits)
Add regression test for #378
Bump to 0.8.6
Add fallback_in_progress to RESERVED_KEYS list
Bump to 0.8.5
Fixes#369 thread issue when calling translate with fallbacks
Remove gemfiles/Gemfile.*.lock from the repo
Improve error message for missing pluralization key
Bump to 0.8.4
Revert "Don't allow nil to be submitted as a key to i18n.translate()"
Bump to 0.8.3
Update Changelog
Handle false as a key correctly
Bump Gemfiles
Bump to 0.8.2
Add Gemfile.lock for each Rails version
Bump to 0.8.1
Fix transliteration to default replacement char
Docs: Add 0.8.0 to changelog
No need to skip ruby 2.4+ x rails 4 now
CI against newest stable rubies for each minor version
...
@rasoliveira helped me figure this one out. There's a regression between v0.8.4 and v0.8.5.
Here's a way to reproduce it:
Gemfile
repro.rb
config/locales/en.yml
Run
bundle exec repro.rb
, using 0.8.4 and it works, and 0.8.5 fails.The text was updated successfully, but these errors were encountered: