ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
986 stars 411 forks source link

Fixing the CI failure by double-splatting the arguments for I18n.translate #526

Closed amatsuda closed 4 years ago

amatsuda commented 4 years ago

Here's a tiny patch on the test code that may fix the CI breakage.

radar commented 4 years ago

Thanks!