ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
977 stars 408 forks source link

Revert #503 changes for `Backend::Base` #637

Closed movermeyer closed 1 year ago

movermeyer commented 2 years ago

What are you trying to accomplish?

Fixes #514. See #635 for discussion of how this situation came to be.

What approach did you choose and why?

Simply a revert of the changes to Backend::Base in #503, similar to the revert done for Backend::Pluralization in https://github.com/ruby-i18n/i18n/commit/1b5e34553003ca3b42b842769e86c98d5e3b71d4.

The impact of these changes

Keys nested within pluralization contexts will once again work for those using Backend::Base

radar commented 1 year ago

@movermeyer Please rebase.

movermeyer commented 1 year ago

@movermeyer Please rebase.

@radar 👍 Done.