Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chain fallback backends #499

Merged
merged 2 commits into from
Jan 8, 2020
Merged

Commits on Nov 12, 2019

  1. Use activesupport implementation of Hash#deep_merge!

    Activesupport's Hash#deep_merge! has support for a block that
    describes how two values are merged.
    vipera committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    daf3ca8 View commit details
    Browse the repository at this point in the history
  2. I18n::Backend::Chain#translations fallback merge

    When merging translations from all backends, fall back to the next
    backend if the current backend presents a nil value.
    vipera committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    bdae701 View commit details
    Browse the repository at this point in the history