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

I18n::Backend::Chain#translations should merge from all backends #470

Merged
merged 4 commits into from
Mar 10, 2019

Commits on Feb 15, 2019

  1. I18n::Backend::Chain#translations merge from all backends

    https://github.com/fnando/i18n-js uses the `#translations` method to dump all translations to a javascript file during asset compilation.  The chain backend should deep_merge all these translations in order to dump the appropriate values.
    gburgett committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    38a323e View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2019

  1. Configuration menu
    Copy the full SHA
    daa63b4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d298938 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7e5195 View commit details
    Browse the repository at this point in the history