Entry
Represents a single top-level element in an FTL resource.
Entries can be messages, terms, comments, or junk (unparseable content). The Fluent specification defines the following entry types:
Message - A translatable string with optional variants and attributes
Term - A reusable value that can be referenced by other messages
Comment - A single-line comment (starting with #)
GroupComment - A section comment (starting with ##)
ResourceComment - A file-level comment (starting with ###)
Junk - Content that could not be parsed
Inheritors
Types
A section comment (lines starting with ##).
A message entry - the primary building block of Fluent translations.
A file-level comment (lines starting with ###).
A term entry - a reusable value that can be referenced by other messages.