MoFile.this

Constructor from data. Data must be immutable and live as long as translated messages are used, because it's used to return strings.

  1. this(string fileName)
  2. this(immutable(void)[] data)
    struct MoFile
    @safe pure
    this
    (
    immutable(void)[] data
    )

Throws

mofile.MoFileException if data is in invalid or unsupported format. mofile.PluralFormException if plural form expression could not be parsed.

Meta