All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.taig.babel.mf.scala Maven / Gradle / Ivy

The newest version!
package io.taig.babel

import java.text.MessageFormat

object mf {
  implicit val formatterMessageFormat: Formatter = new Formatter {
    override def format(raw: String, arguments: Seq[Any]): String =
      MessageFormat.format(raw, arguments: _*)
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy