scaposer

package scaposer

Visibility
  1. Public
  2. All

Type Members

  1. class Po extends AnyRef

    body is a map of (ctxo, singular) -> strs, see class Translation.

  2. case class Translation(ctxo: Option[String], singular: String, strs: Seq[String]) extends Product with Serializable

    Represents a translation item.

    Represents a translation item. msgid_plural in po file is for translators. We do not need to store it here because it is available in the translation methods of class Po.

Value Members

  1. object Parser

Ungrouped