An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# gfluent (Gleam Fluent)

[![Package Version](https://img.shields.io/hexpm/v/gfluent)](https://hex.pm/packages/gfluent)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](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
```