Message
@Serializable
@SerialName(value = "Message")
A message entry - the primary building block of Fluent translations.
Messages have an id and optional value (the translatable text), attributes (variant-specific values), and a comment.
Constructors
Link copied to clipboard
constructor(id: Identifier, value: Pattern? = null, attributes: List<Attribute> = emptyList(), comment: Entry.Comment? = null, docComment: DocComment? = null)