ruby-i18n / i18n

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

Consistently return array from bulk lookup, even if translation(s) missing #628

Closed sambostock closed 2 years ago

sambostock commented 2 years ago

In the event of we fail to lookup one or more keys during a bulk lookup, we should still return an array of translation results.

Currently, doing a bulk lookup for multiple keys returns only the "translation missing" string for the first key.

radar commented 2 years ago

Thank you!