Tiny library handling the IO part for fluent-rs. https://docs.zaaarf.foo/fluent-fluently/latest
Find a file
2024-02-12 18:52:47 +01:00
src feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
.editorconfig feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
.gitignore feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
Cargo.toml feat: initial, basic implementation 2024-02-12 18:52:47 +01:00
README.md feat: initial, basic implementation 2024-02-12 18:52:47 +01:00

Fluent, fluently

I found myself needing to do localisation, one time. I decided I'd want it to happen at runtime, so that any spelling fixes may be applied without needing to recompile the whole program. Fluent provides an API, but no real way to use it. I couldn't find any existing implementation fitting my use case, so I wrote this.