module Phlex::Translation::ClassMethods

def translation_path

def translation_path
	@translation_path ||= name&.split("::")&.join(".")&.downcase.to_s
end