fluent-rs

Rust implementation of Project Fluent

APACHE-2.0 License

Downloads
11.7M
Stars
1K
Committers
48

Project Fluent

The fluent-rs workspace is a collection of Rust crates implementing Project Fluent, a localization system designed to unleash the entire expressive power of natural language translations.

Project Fluent keeps simple things simple and makes complex things possible. The syntax used for describing translations is easy to read and understand. At the same time it allows, when necessary, to represent complex concepts from natural languages like gender, plurals, conjugations, and others.

Packages

This workspace contains the following crates:

fluent

An umbrella crate exposing the combined features of fluent-rs crates with additional convenience macros.

fluent-bundle

A low-level implementation of a collection of localization messages for a single locale.

fluent-fallback

A high-level abstraction model for managing locale bundles and runtime localization lifecycle.

fluent-resmgr

A standalone solution for managing resource files and returning locale bundles.

fluent-syntax

A low-level parser, AST, and serializer API for the Fluent syntax.

fluent-pseudo

A pseudolocalization and transformation API.

fluent-testing

A collection of mock scenarios for testing fluent-rs components.

intl-memoizer

A memoizer specifically tailored for storing lazy-initialized intl formatters.

fluent-cli

A collection of developer-oriented command line tools for Fluent.