module ViewComponentContrib::TranslationHelper::ClassMethods

def contrib_i18n_scope

def contrib_i18n_scope
  return @contrib_i18n_scope if defined?(@contrib_i18n_scope)
  @contrib_i18n_scope = name.sub("::Component", "").underscore.split("/")
end