class Dry::Schema::Messages::I18n

def initialize

Other tags:
    Api: - private
def initialize
  super
  @t = ::I18n.method(:t)
end