Expand description
§es-fluent-generate
Internal Crate: FTL generation logic.
This crate handles the heavy lifting of parsing, merging, and formatting Fluent files. It is used by the es-fluent CLI tool, and can split output into namespaced .ftl files when requested.
Modules§
Enums§
- Fluent
Parse Mode - The mode to use when parsing Fluent files.
Functions§
- generate
- Generates a Fluent translation file from a list of
FtlTypeInfoobjects.