Package

scaposer

Permalink

package scaposer

Visibility
  1. Public
  2. All

Type Members

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

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

    Permalink
  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

    Permalink

    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

    Permalink

    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

    Permalink

Value Members

  1. object I18n extends Serializable

    Permalink
  2. object Parser

    Permalink

    Parses .po file to Translations.

  3. object PluralIndexExpressionParser extends RegexParsers

    Permalink

Ungrouped