https://github.com/zaaarf/fluent-fluently
Tiny library handling the IO part for fluent-rs.
https://github.com/zaaarf/fluent-fluently
fluent l20n localisation rust
Last synced: about 1 year ago
JSON representation
Tiny library handling the IO part for fluent-rs.
- Host: GitHub
- URL: https://github.com/zaaarf/fluent-fluently
- Owner: zaaarf
- License: mit
- Created: 2024-02-12T17:53:09.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2024-05-15T17:00:46.000Z (about 2 years ago)
- Last Synced: 2025-02-14T04:32:20.265Z (over 1 year ago)
- Topics: fluent, l20n, localisation, rust
- Language: Rust
- Homepage: https://docs.zaaarf.foo/fluent-fluently/latest
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Fluent, fluently
A small Rust library handling loading runtime loading of [Fluent](https://github.com/projectfluent/fluent-rs) localisation. By design, Fluent does not touch the IO part, only providing String parsing. This library takes care of that.
I intentionally kept this as simple as possible to reflect my very basic use case. Check out [fluent-localization](https://github.com/AEnterprise/fluent-localization) for something with more features, namely compile-time validation and localisation struct generation for easier access.