랭킹으로 돌아가기

projectfluent/fluent-rs

Rustprojectfluent.org

Rust implementation of Project Fluent

l10nlocalizationrustftlpluralinternationalizationi18n
스타 성장
스타
1.3k
포크
114
주간 성장
이슈
45
5001k
2017년 1월2020년 3월2023년 5월2026년 7월
아티팩트crates.iocargo add fluent-rs
README

Project Fluent

Build Coverage Status

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

crates.io docs.rs

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

fluent-bundle

crates.io docs.rs

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

fluent-fallback

crates.io docs.rs

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

fluent-resmgr

crates.io docs.rs

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

fluent-syntax

crates.io docs.rs

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

fluent-pseudo

crates.io docs.rs

A pseudolocalization and transformation API.

fluent-testing

crates.io docs.rs

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

intl-memoizer

crates.io docs.rs

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

fluent-cli

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

관련 저장소