class ViewComponent::Translatable::I18nBackend

def initialize(i18n_scope:, load_paths:)

def initialize(i18n_scope:, load_paths:)
  @i18n_scope = i18n_scope.split(".").map(&:to_sym)
  @load_paths = load_paths
end