Hi! [...] > > The interesting part here is that somehow > > "/usr/lib/ruby/vendor_ruby/../locales/en.yml" gets added to the list of > > translations to load; this path, of course, does not exist and the loading > > fails. [...] > > "/usr/lib/ruby/vendor_ruby/../locales/en.yml", [...] > Can you look for the guilty package in your system? I think this command > should find something: > > $ grep -rl /__FILE__.*\.\.\/locales/ /usr/lib/ruby/vendor_ruby/ Thank you for helping me out! simple_enum (the legacy-1.x branch[1]) is the culprit: | # setup i18n load path... | I18n.load_path << File.join(File.dirname(__FILE__), '..', 'locales', 'en.yml')
Please close that bug report; I'll file a bug for simple_enum... Thanks and sorry for the noise! -- Adi [1] https://github.com/lwe/simple_enum/blob/legacy-1.x/lib/simple_enum.rb
signature.asc
Description: Digital signature

