es-fluent-cli

Crates.ioes-fluent-cli
lib.rses-fluent-cli
version0.1.3
created_at2025-07-07 15:42:58.709539+00
updated_at2025-07-22 19:35:14.573772+00
descriptionCli for building Fluent resources
homepage
repositoryhttps://github.com/stayhydated/es-fluent
max_upload_size
id1741481
size69,044
stayhydated (stayhydated)

documentation

README

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.
Commit count: 0

cargo fmt