https://github.com/kellpossible/gfluent
Fluent localizatation in Gleam
https://github.com/kellpossible/gfluent
Last synced: 4 months ago
JSON representation
Fluent localizatation in Gleam
- Host: GitHub
- URL: https://github.com/kellpossible/gfluent
- Owner: kellpossible
- Created: 2024-08-22T07:23:09.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-22T11:15:28.000Z (almost 2 years ago)
- Last Synced: 2025-05-29T00:45:36.172Z (about 1 year ago)
- Language: Gleam
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gfluent (Gleam Fluent)
[](https://hex.pm/packages/gfluent)
[](https://hexdocs.pm/gfluent/)
A (Work in progress!) pure Gleam implementation of [project fluent](https://projectfluent.org/) localization system.
```sh
gleam add gfluent@0.1.0
```
Further documentation can be found at .
## Development
```sh
gleam run # Run the project
gleam test # Run the tests
```