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.10.0
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.11.0
Choose a head ref
  • 17 commits
  • 13 files changed
  • 4 contributors

Commits on Jun 6, 2022

  1. Add test for existing bulk lookup failure behavior

    Currently, doing a bulk lookup for multiple keys returns only the "translation
    missing" string for the first key. This adds a test capturing that.
    sambostock committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    5611700 View commit details
    Browse the repository at this point in the history
  2. Consistently return array on bulk lookup

    In the event of we fail to lookup one or more keys during a bulk lookup, we
    should still return an array of messages.
    sambostock committed Jun 6, 2022
    Configuration menu
    Copy the full SHA
    8a698d7 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2022

  1. Add support for CLDR rules in I18n::Backend::Pluralization

    This is a breaking change. Anyone using the `zero` key in locales that don't require the `zero` key will have to change the key to use the explicit "0" key.
    movermeyer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    a7b92a1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0668a79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fb7abe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c02b20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fccb687 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca0f765 View commit details
    Browse the repository at this point in the history
  7. [TYPO] Reolve -> Resolve

    movermeyer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    1dc8ae8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ba1c802 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0fc1f1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    08e5775 View commit details
    Browse the repository at this point in the history
  11. [TYPO] optoins -> options

    movermeyer committed Jun 9, 2022
    Configuration menu
    Copy the full SHA
    8e4164a View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Merge pull request #628 from sambostock/bulk-translation-missing

    Consistently return array from bulk lookup, even if translation(s) missing
    radar committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    4c7343f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #631 from movermeyer/movermeyer/typos

    Fix typos
    radar committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    829f95e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #630 from movermeyer/movermeyer/pluralization_cldr…

    …_support
    
    Add support for CLDR data in `I18n::Backend::Pluralization`
    radar committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    9540cf1 View commit details
    Browse the repository at this point in the history
  4. Bump to 1.11.0

    radar committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    5963031 View commit details
    Browse the repository at this point in the history
Loading