Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby-i18n/i18n
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.4
Choose a base ref
...
head repository: ruby-i18n/i18n
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.14.5
Choose a head ref
  • 19 commits
  • 12 files changed
  • 5 contributors

Commits on Mar 1, 2024

  1. Add I18n.interpolation_keys

    tom-lord committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    d55f40a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2024

  1. Configuration menu
    Copy the full SHA
    cdc0bab View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    bef6c30 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2024

  1. Configuration menu
    Copy the full SHA
    afb20cb View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2024

  1. Configuration menu
    Copy the full SHA
    fe82be8 View commit details
    Browse the repository at this point in the history
  2. More examples documented

    tom-lord committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    7559fef View commit details
    Browse the repository at this point in the history
  3. Fix example doc

    tom-lord committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    40aef98 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b0f1e1c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request #690 from amatsuda/bundle_racc

    Explicitly bundle racc gem for Ruby 3.3+
    radar authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    7842cab View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    8f4bca1 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    a295dba View commit details
    Browse the repository at this point in the history
  2. Use left recursion

    uiur committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    3d19b68 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2024

  1. Remove unnecessary line

    uiur committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    fb8e34e View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Merge pull request #692 from uiur/optimize-fallbacks-compute

    Optimize I18n::Locale::Fallbacks#[] for recursive locale mappings
    radar authored May 6, 2024
    Configuration menu
    Copy the full SHA
    9b84d1d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #682 from tom-lord/add_I18n.interpolation_keys

    Add I18n.interpolation_keys
    radar authored May 6, 2024
    Configuration menu
    Copy the full SHA
    73fd07e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into interpolate_documentation_syntax_fix

    * master:
      Remove unnecessary line
      Use left recursion
      Optimize I18n::Locale::Fallbacks#compute
      Fix example doc
      More examples documented
      Modify behaviour for Hash and (maybe nested) Array translations
      Add tests and error handling for non-string translations
      racc has been extracted to a gem since Ruby 3.3
      Add I18n.interpolation_keys
    radar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    305edf4 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #691 from tom-lord/interpolate_documentation_synta…

    …x_fix
    
    Fix syntax in documentation for I18n::Backend::Base.interpolate
    radar authored May 6, 2024
    Configuration menu
    Copy the full SHA
    5bec0bc View commit details
    Browse the repository at this point in the history
  5. Merge pull request #688 from Bilka2/escaped-reserved-interpolation

    Fix that escaped interpolations with reserved keywords raised ReservedInterpolationKey
    radar authored May 6, 2024
    Configuration menu
    Copy the full SHA
    2ab6eb0 View commit details
    Browse the repository at this point in the history
  6. Bump to 1.14.5

    radar committed May 6, 2024
    Configuration menu
    Copy the full SHA
    55c7750 View commit details
    Browse the repository at this point in the history
Loading