es-fluent-cli 0.1.1

Cli for building Fluent resources
es-fluent-cli-0.1.1 is not a library.
Visit the last successful build: es-fluent-cli-0.6.0

Cli (TUI) for generating Fluent localization files from Rust source code.

The cli will watch over each crate that contains a i18n.toml file.

Parse Modes

es-fluent-cli supports two modes:

Aggressive Mode

Warning : Flushes and rewrites all entries.

es-fluent-cli --mode aggressive

Conservative Mode (default)

Adds new entries while preserving all existing ones. Useful when you want to avoid losing existing work when things move around.

es-fluent-cli --mode conservative

Note

  • the parser will be aware of the #[strum_discriminants(...)] attributes, and will generate entries for them.