scaposer

package scaposer

Visibility
  1. Public
  2. All

Type Members

  1. case class I18n(ctxSingularToStrs: Map[(String, String), Seq[String]]) extends Product with Serializable

  2. case class ParseFailure(msg: String, position: Position) extends Product with Serializable

  3. case class PluralTranslation(ctxComments: Seq[String], ctx: String, singularComments: Seq[String], singular: String, pluralComments: Seq[String], plural: String, strsComments: Seq[String], strs: Seq[String], otherComments: Seq[String]) extends Translation with Product with Serializable

    Represents a singular form translation item parsed from .po file.

    Represents a singular form translation item parsed from .po file. Empty ctx means there's no ctx specified. Emptry comments means there are no comments specified.

  4. case class SingularTranslation(ctxComments: Seq[String], ctx: String, singularComments: Seq[String], singular: String, strComments: Seq[String], str: String, otherComments: Seq[String]) extends Translation with Product with Serializable

    Represents a singular form translation item parsed from .po file.

    Represents a singular form translation item parsed from .po file. Empty ctx means there's no ctx specified. Emptry comments means there are no comments specified.

  5. sealed trait Translation extends AnyRef

Value Members

  1. object I18n extends Serializable

  2. object Parser

    Parses .po file to Translations.

Ungrouped