class ViewComponent::Translatable::I18nBackend

def load_translations

Ensure the Simple backend won't load paths from ::I18n.load_path
def load_translations
  super(@load_paths)
end