p
scaposer
package scaposer
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class I18n (ctxSingularToStrs: Map[(String, String), Seq[String]]) extends Product with Serializable
- case class ParseFailure (msg: String, position: Position) extends Product with Serializable
-
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.
-
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.
- sealed trait Translation extends AnyRef
Value Members
- object I18n extends Serializable
-
object
Parser
Parses .po file to Translations.
- object PluralIndexExpressionParser extends RegexParsers