ruby-i18n / i18n

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

Fix load_path example in README.md #642

Closed nickcampbell18 closed 1 year ago

nickcampbell18 commented 1 year ago

Dir[..] returns an array, and I18n.load_path is already an array, so we should append the array elements rather than the whole thing.

radar commented 1 year ago

Eagle eye fix :) thank you!