# File lib/ice_cube/i18n.rb, line 20 def self.detect_backend! ::I18n.load_path += Dir[File.join(LOCALES_PATH, '*.yml')] ::I18n rescue NameError NullI18n end