A localization system designed to unleash the entire expressive power of natural language translations.


Keywords
l10n, i18n, localization, internationalization, intl, ftl, plural, rust
Licenses
Apache-2.0/MIT

Documentation

Fluent Build and test Coverage Status

fluent-rs is a collection of Rust crates implementing Project Fluent.

The crates perform the following functions:

fluent crates.io

Umbrella crate combining crates that are ready to be used in production.

fluent-syntax crates.io

Low level Fluent Syntax AST and parser API.

fluent-bundle crates.io

Implementation of the low-level Fluent Localization System providing localization capabilities for any Rust project.

fluent-fallback crates.io

Implementation of the high-level Fluent Localization System providing localization capabilities for any Rust project.

fluent-resmgr crates.io

Resource Manager for localization resources.

fluent-cli

Collection of command line tools for Fluent.