Project Fluent
Fluent — planning, spec and documentation observed · 2026-08-28
Health v2 · maintenance only
56/100
- Activity 73
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3529
- days_rel: n/a
- days_push: 165
- n_releases_24m: 0
Adoption not part of the score
1674 stars · 47 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fluent is a localization system whose FTL syntax lets translators write natural-sounding, asymmetric translations with locale-specific logic like plurals, genders, and grammatical cases. This repository hosts the specification, EBNF grammar, reference parser implementation, and documentation for the ecosystem of JS, Python, and Rust implementations.
Use cases
- localize my app into multiple languages with proper plural rules
- write translations that adapt to grammatical gender and cases
- parse FTL translation files into an AST
- define a translation file format for translators
- integrate localization into React apps
- validate Fluent syntax against a formal grammar
When to choose
- you need expressive, locale-independent translations beyond simple key-value strings
- you want a well-specified, multi-language localization format with mature implementations
- you're building localization tooling and need the reference parser or spec
When to avoid
- you only need simple key-value string replacement with no grammar logic
- you need a production runtime — use fluent.js, fluent-rs, or python-fluent instead of this reference repo
- you need machine translation or translation management workflow features
Facets
library · maturity stable
internationalization parser templating documentation web-development developer-tools apis cross-platform python rust l10n ftl translation-resources specification reference-implementation ebnf-grammar localization nodejs web-server
2 sources
- readme: https://github.com/projectfluent/fluent · fetched 2026-08-28 · 7185421b663e
- homepage: https://projectfluent.org · fetched 2026-08-29 · 78c8460c0736
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| projectfluent/fluent | main | 56 |
| projectfluent/fluent-rs | sdk | 67 |
| projectfluent/fluent.js | sdk | 71 |
For agents
markdown · JSON · MCP: product_card(name="projectfluent/fluent")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem