class ViewComponent::Translatable::I18nBackend

def initialize(scope:, load_paths:)

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