-
alpaca-tc authored
In a previous change introduced by #52271, passing a `Pathname` object to `config.i18n.load_path` caused exception. This PR fixes it, ensuring that I18n.load_path correctly handles Pathname arguments again. `I18n.load_path` is designed to accept Pathname as a valid input. https://github.com/ruby-i18n/i18n//blob/3b65f6548245411bc9802f5a547954d370b57821/test/i18n/load_path_test.rb#L35-L38
alpaca-tc authoredIn a previous change introduced by #52271, passing a `Pathname` object to `config.i18n.load_path` caused exception. This PR fixes it, ensuring that I18n.load_path correctly handles Pathname arguments again. `I18n.load_path` is designed to accept Pathname as a valid input. https://github.com/ruby-i18n/i18n//blob/3b65f6548245411bc9802f5a547954d370b57821/test/i18n/load_path_test.rb#L35-L38
Loading